Skip to content

Unops#

unops are unary operators

Not#

Opcode operator_not
Input OPERAND
Fields

Length#

Opcode operator_length
Input STRING
Fields

Round#

Opcode operator_round
Input NUM
Fields

Abs#

Opcode operator_mathop
Input NUM
Fields OPERATOR: abs

Floor#

Opcode operator_mathop
Input NUM
Fields OPERATOR: floor

Ceil#

Opcode operator_mathop
Input NUM
Fields OPERATOR: ceiling

Sqrt#

Opcode operator_mathop
Input NUM
Fields OPERATOR: sqrt

Sin#

Opcode operator_mathop
Input NUM
Fields OPERATOR: sin

Cos#

Opcode operator_mathop
Input NUM
Fields OPERATOR: cos

Tan#

Opcode operator_mathop
Input NUM
Fields OPERATOR: tan

Asin#

Opcode operator_mathop
Input NUM
Fields OPERATOR: asin

Acos#

Opcode operator_mathop
Input NUM
Fields OPERATOR: acos

Atan#

Opcode operator_mathop
Input NUM
Fields OPERATOR: atan

Ln#

Opcode operator_mathop
Input NUM
Fields OPERATOR: ln

Log#

Opcode operator_mathop
Input NUM
Fields OPERATOR: log

AntiLn#

Opcode operator_mathop
Input NUM
Fields OPERATOR: e ^

AntiLog#

Opcode operator_mathop
Input NUM
Fields OPERATOR: 10 ^

Minus#

Opcode None
Input None
Fields