mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-13 04:13:58 +08:00
3 lines
62 B
C++
3 lines
62 B
C++
Array3d v(M_PI, M_PI / 2, M_PI / 3);
|
|
cout << v.tan() << endl;
|