Cwise_atan.cpp 67 Bytes
Newer Older
1
2
ArrayXd v = ArrayXd::LinSpaced(5, 0, 1);
cout << v.atan() << endl;