This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
An item on the stack | boolean | f1 – f2 |
Takes two floats and returns True if they equal, regardless of floating point jitter. http://docs.unity3d.com/Documentation/ScriptReference/Mathf.Approximately.html
example goes here