Class Secant

All Implemented Interfaces:
PostfixMathCommandI, RealUnaryFunction, Serializable

public class Secant extends UnaryFunction implements RealUnaryFunction
The secant function. sec(x)=1/cos(x).
Since:
3.3
Author:
Richard Morris
See Also: