Computes 1 / x
1 / x
Interval.multiplicativeInverse( Interval(2, 6)) // Interval(1/6, 1/2)Interval.multiplicativeInverse( Interval(-6, -2)) // Interval(-1/2, -1/6)
Generated using TypeDoc
Computes
1 / x
Example
Returns