6 calls to BigInteger::one()
- BigInteger::power in vendor/
brick/ math/ src/ BigInteger.php - Returns this number exponentiated to the given value.
- BigInteger::toBigRational in vendor/
brick/ math/ src/ BigInteger.php - Converts this number to a BigRational.
- BigRational::one in vendor/
brick/ math/ src/ BigRational.php - Returns a BigRational representing one.
- BigRational::power in vendor/
brick/ math/ src/ BigRational.php - Returns this number exponentiated to the given value.
- BigRational::ten in vendor/
brick/ math/ src/ BigRational.php - Returns a BigRational representing ten.
- BigRational::zero in vendor/
brick/ math/ src/ BigRational.php - Returns a BigRational representing zero.