RECIPROCAL
Returns the reciprocal of the value (¹/ₓ).
Syntax
Arguments
Name
Type
Description
Default Value
x
numeric
Returns
Returns a double
value.
Examples
x
Output
2
0.5
4
0.25
1
1
0
null
Transformation job example
SQL
Query result
x
Output
2
0.5
Last updated