- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]]
===== approximately =====
^Arguments^Result^Notation^
|number number| bool| [number number- bool] |
=== Description ===
Takes two floats and returns True if they equal, regardless of floating point jitter.
=== Examples ===
if (approximately(1.000001 1))
trace("1.000001 is approximately equal to 1")
endif