pub fn tan_interval(a: Interval) -> Interval
Conservative interval bound for tan(a).
tan(a)
Returns [-∞, +∞] if the interval contains any odd multiple of π/2 (where tan is discontinuous), otherwise evaluates endpoint bounds.
[-∞, +∞]
π/2