Designer Primitive Operator Guide

From Numerus
Jump to navigation Jump to search

Primop Index

On this page the primops are grouped either as universally applicable, or according to the Components in which they are meaningful. Primops used outside their designated purview will return empty answers (such as 0 or nil).

Each primop in these lists has a short description and a link to further information. Use this index to find the primop that you need, and follow the link to find out how it should be used.

Universal Primops

These primops will return meaningful results when used in any context.

Math Primops

Most mathematical operations use the Java Math object. These include Math.abs, Math.sin, Math.cos, Math.pow (for powers), etc. The complete list is contained here.