blob: f589f0724fdeb3423b9a7689c91e3b92de3241a7 [file] [log] [blame]
Narayan Kamathc981c482012-11-02 10:59:05 +00001Array3d v(M_PI, M_PI/2, M_PI/3);
2cout << v.cos() << endl;