Z^3 Language Documentation
Revision as of 07:53, 22 June 2016 by Joseph (talk | contribs) (→√: Square Root, Cube Root, Fourth Root and Nth Root Operators)
Operators
@: Function Apply Operator
~: Transpose Operator
↑ and ↓: Ascending and Descending Operator
⧓,⧒,⧒ and ⋈: Between Operators
√: Square Root, Cube Root, Fourth Root and Nth Root Operators
5*√3 5√3 // 5th root of 3.
3√144 // 3rd root of n. √144
a=4; b=144; a√b
a=4; b=144; a*√b