Sqr

From Mesham
Revision as of 12:54, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

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>
var a:=sqr(3.45);