mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
3 lines
49 B
C++
3 lines
49 B
C++
|
Array4d v(-0.5,2,0,-7);
|
||
|
cout << v.erf() << endl;
|