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.

30th Nov 2020, 1:06 PM
Leo
Leo - avatar
2 ответов
+ 1
No, you must have to use the general approach
30th Nov 2020, 1:09 PM
Kashyap Kumar
Kashyap Kumar - avatar
0
m * m?
30th Nov 2020, 1:19 PM
durian
durian - avatar