Square root =  number .sqrt .get  (  number  )  
                                
Description :

This instruction computes the square root of a number.

Parameters :

  • Positive number.

Return Value :

  • Square root value of the number.

Examples :