Files
Polyhedron/external/eigen-3.4.0/doc/snippets/Cwise_scalar_power_array.cpp
T
Efim Beshmenev 7f9dc067a1 Initial commit
2026-07-10 19:16:42 +03:00

3 lines
85 B
C++

Array<double,1,3> e(2,-3,1./3.);
cout << "10^[" << e << "] = " << pow(10,e) << endl;