Difference between revisions of "Sqr"

 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[category:Math Functions]]
 
[[category:Math Functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
Sqr(X) returns the square of X, which is X*X.
+
==Sqr(X)==
 +
[[Sqr]](X) is a mathematical function that returns the square of «X» (<code>X<sup>2</sup></code>), which is ''X*X''.
 +
 
 +
==See Also==
 +
* [[Sqrt]]
 +
* [[Complex Numbers]]

Latest revision as of 00:16, 22 January 2016


Sqr(X)

Sqr(X) is a mathematical function that returns the square of «X» (X2), which is X*X.

See Also

Comments


You are not allowed to post comments.