Arithmetic
The following patterns regard basic arithmetic and mathematical operations.
Some of the base arithmetic tricks accept a combination of types of fragment.These will have their signatures labelled with, for example, Addable or Roundable.These terms are shorthands for a combination of options:
Addable and Subtractable are either Numbers, Vectors, or Patterns.
Multiplicable, Divisible, and Roundableare only Numbers or Vectors.
Distortions here that take many arguments at once will apply their operation cumulatively.For example:
1, 2, 3 into Annexation Stratagem = 1 + 2 + 3 = 6
or
1, 2, 3 into Submission Stratagem = 1 / 2 / 3 = 0.1666...

Adds fragments together.

Subtracts multiple fragments from the first fragment.

Multiplies a bunch of fragments.

Divides fragments sequentially, starting from the first.

Returns the remainder of dividing the first number by the second number.

Returns the first number raised to the power of the second.

Returns the highest of its input values.

Returns the lowest of its input values.

Returns the value of the input rounded up.

Returns the value of the input rounded down.

Returns the rounded value of the input.

Returns the square root of the input.

Inverts the given number or vector.

If the given number is negative, returns its positive equivalent. Otherwise, returns the number as-is.

Returns the sine of the given number.

Returns the cosine of the given number.

Returns the tangent of the given number.

Returns the arcsine of the given number.

Returns the arccosine of the given number.

Returns the arctangent of the given number.

Returns the angle measure between positive X axis and the ray from the origin to the point (y, x).