Documentation

ModularArithmetic
in package

Table of Contents

Properties

$adapter  : GmpMathInterface
$modulus  : GMP

Methods

__construct()  : mixed
add()  : GMP
div()  : GMP
mul()  : GMP
pow()  : GMP
sub()  : GMP

Properties

Methods

add()

public add(GMP $augend, GMP $addend) : GMP
Parameters
$augend : GMP
$addend : GMP
Return values
GMP

div()

public div(GMP $dividend, GMP $divisor) : GMP
Parameters
$dividend : GMP
$divisor : GMP
Return values
GMP

mul()

public mul(GMP $multiplier, GMP $muliplicand) : GMP
Parameters
$multiplier : GMP
$muliplicand : GMP
Return values
GMP

pow()

public pow(GMP $base, GMP $exponent) : GMP
Parameters
$base : GMP
$exponent : GMP
Return values
GMP

sub()

public sub(GMP $minuend, GMP $subtrahend) : GMP
Parameters
$minuend : GMP
$subtrahend : GMP
Return values
GMP

        
On this page

Search results