Class IsNaN

  • All Implemented Interfaces:
    PostfixMathCommandI, java.io.Serializable

    public class IsNaN
    extends UnaryFunction
    Tests if a double value is NaN. The result is true if the argument is a Double NaN, false otherwise.
    Author:
    Richard Morris
    See Also:
    Serialized Form