equals Infinity
fun A_Number.equalsInfinity(sign: AbstractNumberDescriptor.Sign): Boolean
Content copied to clipboard
Answer whether the receiver is an infinity with the specified Sign.
Return
true if the receiver is an infinity of the specified sign, false otherwise.
Parameters
sign
The type of infinity for comparison.