Sqr
From Mesham
Jump to navigationJump to searchOverview
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> var a:=sqr(3.45);
This sqr(d) function will return the result of squaring d.
#include <maths.h> var a:=sqr(3.45);