0
Is there any way to write m^2 in c++?
I don't want square using <cmath> and sqrt but want to show 2 in the power of m meaning meter square.
2 ответов
+ 1
No, you must have to use the general approach
0
m * m?
I don't want square using <cmath> and sqrt but want to show 2 in the power of m meaning meter square.