3 lines
49 B
C++
3 lines
49 B
C++
Array4d v(-0.5,2,0,-7);
|
|
cout << v.erf() << endl;
|
Array4d v(-0.5,2,0,-7);
|
|
cout << v.erf() << endl;
|