Sqr: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Do not confuse SQR with '''squaring'''!
Do not confuse SQR with '''squaring'''!


====Example===
====Example====


  00010 print SQR(4)
  00010 print SQR(4)

Revision as of 11:50, 30 January 2012

Sqr is the internal function which returns the square root of its argument.

Do not confuse SQR with squaring!

Example

00010 print SQR(4)

Output:

2