eigen/doc/snippets/Cwise_sin.cpp
Gael Guennebaud 7d3fe69eff Various documentation updates:
- update the tutorial
- update doc of deprecated cwise function
- update cwise doc snippets
2010-01-06 17:18:38 +01:00

3 lines
58 B
C++

Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.sin() << endl;