add tan function in Array world

This commit is contained in:
Jason Newton
2011-02-03 14:34:40 +01:00
parent 1eae6d0fb9
commit d028262e06
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.tan() << endl;