mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
factorize implementation of standard real unary math functions, and add acos, asin
This commit is contained in:
2
doc/snippets/Cwise_acos.cpp
Normal file
2
doc/snippets/Cwise_acos.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
Array3d v(0, sqrt(2.)/2, 1);
|
||||
cout << v.acos() << endl;
|
||||
Reference in New Issue
Block a user