20
edits
No edit summary |
|||
Line 116: | Line 116: | ||
| <code>÷</code> || [[Divide]] || Divide values || % | | <code>÷</code> || [[Divide]] || Divide values || % | ||
|- | |- | ||
| <code>◿</code> || [[Modulus]] || Modulo values || | | <code>◿</code> || [[Modulus]] || Modulo values || mod | ||
|- | |- | ||
| <code>ⁿ</code> || [[Power]] || Raise a value to a power || pow | | <code>ⁿ</code> || [[Power]] || Raise a value to a power || pow | ||
Line 128: | Line 128: | ||
| <code>∠</code> || [[Atangent]] || Take the arctangent of two numbers || atan | | <code>∠</code> || [[Atangent]] || Take the arctangent of two numbers || atan | ||
|- | |- | ||
| <code>ℂ</code> || [[Complex]] || Make a complex number. | | <code>ℂ</code> || [[Complex]] || Make a complex number. | ||
The first argument is the imaginary part, and the second argument is the real part. || com | |||
|} | |} | ||
edits