Computes the tangent of x
x
Interval.tan( Interval(-Math.PI / 4, Math.PI / 4)) // Interval(-1, 1)
Interval.tan( Interval(0, Math.PI / 2)) // Interval.WHOLE
Interval.tan( Interval(-Infinity, x))// Interval.WHOLE if x > -Infinity// Interval.EMPTY otherwise
Generated using TypeDoc
Computes the tangent of
x
Example
Example
Example
Returns