SQUAREROOT
=SQUAREROOT(16) -> 4 =SQUAREROOT(2) -> 1.41421
DEFINE( SQUAREROOT, LAMBDA( x, POWER( x, 0.5)))
Help us optimize this function