This is an old revision of the document!
<- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
two floats | boolean | f1 f2 – b |
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