mini\Util\Math\Int\IntValue
abstract
interface
Documentation
Immutable arbitrary precision integer value object
All arithmetic operations return new instances. Implementations may use GMP, bcmath, or pure PHP internally.
Inheritance
Implements:
Stringable
Methods (22)
Create from string or int
Create zero
Create one
Documentation missing
Documentation missing
Documentation missing
Integer division (truncates toward zero)
Remainder after integer division
Raise to integer power
Negate: -x
Absolute value
Compare: returns -1 if less, 0 if equal, 1 if greater
Documentation missing
Documentation missing
Documentation missing
Documentation missing
Documentation missing
Documentation missing
Documentation missing
Documentation missing
Convert to native int
Convert to string representation