recip
ACTION: returns reciprocal of value: a=1/v
USE: reciprocal=recip(value)
EXAMPLE:
a=recip(5/4)

RESULT:
a=0.8

RELATED: sqr mod round pow log