math-php
|
This is the complete list of members for MathPHP\Number\Rational, including all inherited members.
$denominator (defined in MathPHP\Number\Rational) | MathPHP\Number\Rational | protected |
$numerator (defined in MathPHP\Number\Rational) | MathPHP\Number\Rational | protected |
$whole (defined in MathPHP\Number\Rational) | MathPHP\Number\Rational | protected |
__construct(int $w, int $n, int $d) | MathPHP\Number\Rational | |
__toString() | MathPHP\Number\Rational | |
abs() | MathPHP\Number\Rational | |
add($r) | MathPHP\Number\Rational | |
divide($r) | MathPHP\Number\Rational | |
equals(Rational $rn) | MathPHP\Number\Rational | |
multiply($r) | MathPHP\Number\Rational | |
subtract($r) | MathPHP\Number\Rational | |
toFloat() | MathPHP\Number\Rational |