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