+ 1
How to find squares of numbers using vedic method?
By using different method without using x*x
1 Antwort
0
Use logarithms.
x^2 = sol
log( x^2 ) = log ( sol )
2*log ( x ) = log ( sol )
sol = 10^( 2*log ( x ) )
By using different method without using x*x