Difference between revisions of "Sqr"

From Mesham
Jump to navigationJump to search
m (5 revisions imported)
 
(No difference)

Latest revision as of 15:44, 15 April 2019

Overview

This sqr(d) function will return the result of squaring d.

  • Pass: A Double to square
  • Returns: A Double representing the squared result

Example

#include <maths.h>

function void main() {
   var a:=sqr(3.45);
};

Since: Version 0.41b