![]() |
VOOZH | about |
Math::BigInt module in Perl provides objects that represent integers with arbitrary precision and overloaded arithmetical operators.
bnan() method of Math::BigInt module is used to create a new object with value NAN and if used on an existing object, it converts it to NAN.
Syntax: Math::BigInt->bnan() Parameter: No Parameter Returns: NAN(Not A Number)Example 1:
Before function call: 78215936043546 After function call: NaN
NaN