withinPct(x,y,z)

Takes three arguments, x, y, and z, constants or variables, tests whether x is within y percent of z, and returns 0 for false and 1 for true. For example, $withinPct(x,5,z) tests whether (.95*z ≤ x ≤ 1.05*z).
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.