20
edits
No edit summary |
|||
Line 115: | Line 115: | ||
|- | |- | ||
| <code>÷</code> || [[Divide]] || Divide values || % | | <code>÷</code> || [[Divide]] || Divide values || % | ||
|- | |||
| <code>◿</code> || [[Modulus]] || Modulo values || modulus | |||
|- | |||
| <code>ⁿ</code> || [[Power]] || Raise a value to a power || pow | |||
|- | |||
| <code>ₙ</code> || [[Logarithm]] || Get the based logarithm of a number || log | |||
|- | |||
| <code>↧</code> || [[Minimum]]/[[Logical And]] || Take the minimum of two arrays (Can use for logical AND.) || min | |||
|- | |||
| <code>↥</code> || [[Maximum]]/[Logical Or]] || Take the maximum of two arrays (Can use for logical OR.) || max | |||
|- | |||
| <code>∠</code> || [[Atangent]] || Take the arctangent of two numbers || atan | |||
|- | |||
| <code>ℂ</code> || [[Complex]] || Make a complex number.\nThe first argument is the imaginary part, and the second argument is the real part. || com | |||
|} | |} | ||
== External links == | == External links == | ||
* [https://concatenative.org/wiki/view/Uiua Uiua] on the concatenative language wiki | * [https://concatenative.org/wiki/view/Uiua Uiua] on the concatenative language wiki | ||
{{APL dialects}}[[Category:Flat array languages]][[Category:Stack-based languages]][[Category:Leading axis languages]][[Category:Languages with tacit programming]][[Category:IR compilers]] | {{APL dialects}}[[Category:Flat array languages]][[Category:Stack-based languages]][[Category:Leading axis languages]][[Category:Languages with tacit programming]][[Category:IR compilers]] |
edits