Home | History | Annotate | Download | only in snippets
      1 Array3d v(0, sqrt(2.)/2, 1);
      2 cout << v.asin() << endl;
      3