Skip to content
Cwise_atan.cpp 65 B
Newer Older
Luker's avatar
Luker committed
ArrayXd v = ArrayXd::LinSpaced(5,0,1);
cout << v.atan() << endl;