factorize implementation of standard real unary math functions, and add acos, asin

This commit is contained in:
Gael Guennebaud
2011-02-17 17:37:11 +01:00
parent 2ba55e90db
commit aea630a98a
8 changed files with 124 additions and 191 deletions

View File

@@ -0,0 +1,2 @@
Array3d v(0, sqrt(2.)/2, 1);
cout << v.acos() << endl;