#include using namespace blitz; int main() { Vector x = cos(Range(0,7) * (2.0 * M_PI / 8)); cout << x << endl; return 0; }