Absolute value.
Add two numbers.
Arc tangent of y/x.
Round up.
Clamp value between min and max.
Cosine (radians).
Divide a by b.
Round down.
Linear interpolation.
Natural log.
Maximum of a and b.
Minimum of a and b.
Remainder of a / b.
Multiply two numbers.
Raise base to exponent.
Round to nearest integer.
Sine (radians).
Square root.
Subtract b from a.
Tangent (radians).
Constant value for Bool [bool]
Constant value for Float [float]
Constant value for Integer [int]
Constant value for Mat3 [mat3]
Constant value for Mat4 [mat4]
Constant value for String [string]
Constant value for Vec2 [vec2]
Constant value for Vec3 [vec3]
Constant value for Vec4 [vec4]
Concatenate two strings.
Length of text.
Return first regex match.
Replace with regex.
Test regex pattern against text.
Find query in text.
Slice by start/end.
Lowercase text.
Uppercase text.
Trim whitespace from both ends.