Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sqr [2019/05/24 08:26] (current) – created neils
Line 1: Line 1:
 +====== SQR() ======
  
 +Syntax:
 +
 +  sqr(<int expression>) | sqr%(<float expression>)
 +  
 +The ''SQR()'' function returns the square root of the argument. The return type must mach the argument type. Only integers and floats are supported. If the argument is negative, the program will emit an **ILLEGAL QUANTITY** error in runtime.