Skip to content

Latest commit

 

History

History
413 lines (359 loc) · 17.5 KB

index.md

File metadata and controls

413 lines (359 loc) · 17.5 KB

index

  • *: Multiplication
  • **: Exponentiation
  • + (basic): Addition
  • + (time): Time or duration addition
  • - (basic): Subtraction
  • - (time): Time or duration subtraction
  • /: Division
  • ^: Exponentiation

a

  • a (basic): Addition
  • a (time): Time or duration addition
  • abs (complex): Distance from zero in complex plane
  • abs (sci): Absolute value
  • acos (complex): Inverse cosine
  • acos (sci): Inverse cosine
  • acosh (complex): Inverse hyperbolic cosine
  • acosh (sci): Inverse hyperbolic cosine
  • add (basic): Addition
  • add (time): Time or duration addition
  • and (bool): Logical conjunction
  • and (prog): Bitwise and
  • anno: Annotate value
  • annotate: Annotate value
  • apply: Apply a function using arguments on stack
  • asin (complex): Inverse sine
  • asin (sci): Inverse sine
  • asinh (complex): Inverse hyperbolic sine
  • asinh (sci): Inverse hyperbolic sine
  • atan (complex): Inverse tangent
  • atan (sci): Inverse tangent
  • atan2: Inverse tangent
  • atanh (complex): Inverse hyperbolic tangent
  • atanh (sci): Inverse hyperbolic tangent
  • atto: SI prefix a, 1e-18
  • average: Average
  • avg: Average

b

  • bin: Binary conversion
  • bit: Bit value
  • bits: Length in bits
  • bytes: Length in bytes

c

d

  • d: Division
  • date: Formats to a common date layout
  • datetime: Formats to a common date/time layout
  • datetime?: Checks value can be parsed as a DateTime
  • day-year: Day of year
  • dec (angle): DMS angle to decimal degrees
  • dec (basic): Decimal number
  • dec (prog): Decimal conversion
  • dec (rational): Decimal number
  • dec-min-sec?: Checks value can be parsed as degree, minutes, seconds
  • deca: SI prefix da, 1e01
  • deci: SI prefix d, 1e-01
  • deg-min: Angle in degrees and minutes
  • deg-min-round: Rounded angle in degrees and minutes
  • deg-min-sec: Angle in degrees and minutes
  • deg-min-sec-round: Rounded angle in degrees, minutes, seconds
  • deg-rad: Degrees to radians
  • denom: Denominator
  • div: Division
  • div-rem: Division with remainder
  • dm: Angle in degrees and minutes
  • dmr: Rounded angle in degrees and minutes
  • dms: Angle in degrees and minutes
  • dms?: Checks value can be parsed as degree, minutes, seconds
  • dmsr: Rounded angle in degrees, minutes, seconds
  • dn: Rotate stack downward
  • down: Rotate stack downward
  • doy: Day of year
  • dr: Division with remainder
  • drop: Drop top item from stack
  • dt: Formats to a common date/time layout
  • dt?: Checks value can be parsed as a DateTime
  • dup: Duplicate top stack item

e

f

g

h

  • haversine: Great circle distance between two points
  • hecto: SI prefix h, 1e02
  • hex: Hexadecimal conversion
  • hours: Hours in duration
  • hsl-rgb: HSL to RGB color space

i

  • imag: Imaginary number from complex
  • in-mm: Inches to millimeters
  • inv: Inverse
  • is: Byte equality

j

  • join: Join stack elements
  • join-bits: Join a binary number by bit width
  • joinb: Join a binary number by bit width

k

  • k-c: Kelvin to Celsius
  • kg-g: Kilograms to grams
  • kg-lb: Kilograms to pounds
  • kibi: IEC prefix Ki, 2^10
  • kilo: SI prefix k, 1e03
  • km-m: Kilometers to meters
  • km-mi: Kilometers to miles
  • km-nmi: Kilometers to nautical miles

l

m

  • m: Multiplication
  • m-ft: Meters to feet
  • m-km: Meters to kilometers
  • m-nmi: Meters to nautical miles
  • m-yd: Meters to yards
  • map: Apply a function to each item on the stack
  • md5: MD5 hash function
  • mebi: IEC prefix Mi, 2^20
  • mega: SI prefix M, 1e06
  • mi-ft: Miles to feet
  • mi-km: Miles to kilometers
  • mi-nmi: Miles to nautical miles
  • micro: SI prefix μ, 1e-06
  • milli: SI prefix m, 1e-03
  • minutes (angle): Angle in minutes
  • minutes (time): Minutes in duration
  • mm-in: Millimeters to inches
  • mod: Modulus
  • mul: Multiplication

n

  • n: Size of the current stack
  • nano: SI prefix n, 1e-09
  • neg: Negation
  • nmi-km: Nautical miles to kilometers
  • nmi-m: Nautical miles to meters
  • nmi-mi: Nautical miles to miles
  • no-anno: Remove annotation
  • no-annotation: Remove annotation
  • noa: Remove annotation
  • not (bool): Negation
  • not (prog): Bitwise not
  • now: Current date and time
  • now-: Cancel now override
  • now=: Override now value
  • num: Numerator

o

  • oct: Octal conversion
  • or (bool): Logical disjunction
  • or (prog): Bitwise or
  • oz-g: Ounces to grams
  • ozt-g: Troy ounces to grams

p

  • pebi: IEC prefix Pi, 2^50
  • peta: SI prefix P, 1e15
  • phase: Phase (argument)
  • pi: Circumference to diameter ratio
  • pico: SI prefix p, 1e-12
  • polar: Complex to polar
  • pow: Exponentiation
  • prod: Product
  • proj: Transform coordinate

q

r

  • r (complex): Round to a given precision
  • r (format): Round to a given precision
  • rad-deg: Degrees to radians
  • rand: Random float
  • rand-choice: Randomly select item on stack
  • rand-int: Random integer
  • rand-seed: Set the random number seed
  • rand-seed=: Get the random number seed
  • rat: Convert to a Rational
  • rational: Convert to a Rational
  • rational?: Checks value can be parsed as a rational
  • re: Recall stack from memory
  • real: Real number from complex
  • recall: Recall stack from memory
  • rect: Polar to complex
  • reduce: Reduce items to a single value
  • rem: Remainder
  • repeat: Repeat the execution of a function
  • rev: Reverse stack
  • reverse: Reverse stack
  • rgb-cmyk: RGB to CMYK color space
  • rgb-hsl: RGB to HSL color space
  • right: Right substring
  • right-shift: Right shift bits
  • roll: Dice roller
  • ronna: SI prefix R, 1e27
  • ronto: SI prefix r, 1e-27
  • rot13: Rotate characters by 13
  • rotate-13: Rotate characters by 13
  • round (complex): Round to a given precision
  • round (format): Round to a given precision
  • rounding-mode: Set method to use in rounding
  • rounding-mode=: Method to use in rounding
  • rsh: Right shift bits

s

t

  • take: Take elements from the stack
  • tan (complex): Tangent
  • tan (sci): Tangent
  • tanh (complex): Hyperbolic tangent
  • tanh (sci): Hyperbolic tangent
  • tebi: IEC prefix Ti, 2^40
  • terra: SI prefix T, 1e12
  • time: Formats to a common time layout
  • timezone: Convert time to another time zone
  • tone: Apply a skin tone to an emoji
  • top: Take top element from the stack
  • true: False
  • tz: Convert time to another time zone

u

v

w

x

  • xor: Bitwise exclusive or

y

  • yd-ft: Yards to feet
  • yd-m: Yards to meters
  • yocto: SI prefix y, 1e-24
  • yotta: SI prefix Y, 1e24

z

  • zepto: SI prefix z, 1e-21
  • zetta: SI prefix Z, 1e21
  • π: Circumference to diameter ratio