[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/phpseclib/bcmath_compat/lib/ -> bcmath.php (summary)

bcmath polyfill PHP versions 5 and 7

Author: Jim Wigginton <[email protected]>
Copyright: 2019 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
File Size: 185 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 classes

Error:: (0 methods):

ArithmeticError:: (0 methods):

DivisionByZeroError:: (0 methods):

TypeError:: (0 methods):

ArgumentCountError:: (0 methods):

ValueError:: (0 methods):

Defines 0 functions

  bcadd()
  bccomp()
  bcdiv()
  bcmod()
  bcmul()
  bcpow()
  bcpowmod()
  bcscale()
  bcsqrt()
  bcsub()

Class: Error  - X-Ref

Class: ArithmeticError  - X-Ref

Class: DivisionByZeroError  - X-Ref

Class: TypeError  - X-Ref

Class: ArgumentCountError  - X-Ref

Class: ValueError  - X-Ref

Functions
Functions that are not part of a class:

bcadd($left_operand, $right_operand, $scale = 0)   X-Ref
Add two arbitrary precision numbers


bccomp($left_operand, $right_operand, $scale = 0)   X-Ref
Compare two arbitrary precision numbers


bcdiv($dividend, $divisor, $scale = 0)   X-Ref
Divide two arbitrary precision numbers


bcmod($dividend, $divisor, $scale = 0)   X-Ref
Get modulus of an arbitrary precision number


bcmul($dividend, $divisor, $scale = 0)   X-Ref
Multiply two arbitrary precision numbers


bcpow($base, $exponent, $scale = 0)   X-Ref
Raise an arbitrary precision number to another


bcpowmod($base, $exponent, $modulus, $scale = 0)   X-Ref
Raise an arbitrary precision number to another, reduced by a specified modulus


bcscale($scale = null)   X-Ref
Set or get default scale parameter for all bc math functions


bcsqrt($operand, $scale = 0)   X-Ref
Get the square root of an arbitrary precision number


bcsub($left_operand, $right_operand, $scale = 0)   X-Ref
Subtract one arbitrary precision number from another




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer