Man
Builtins
Mathematics
rcp (math)
rcp (Math)
Returns the reciprocal of the given value.
Arguments
Real
number
to get reciprocal for.
Return values
reciprocal
as a real number.
Example
2.0 rcp print
Output:
0.500000