How to find the Square root of a number?

12 views
Skip to first unread message

Ca3m0n 0_0

unread,
Aug 30, 2017, 6:09:50 PM8/30/17
to DroidScript
Is there a way to find a square root of a number?

Steve Garman

unread,
Aug 30, 2017, 6:13:45 PM8/30/17
to DroidScript

var num = 64;
alert( Math.sqrt( num) );
Reply all
Reply to author
Forward
0 new messages