Home
last modified time | relevance | path

Searched refs:Math (Results 176 – 200 of 239) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp34 // Grammar \Hoa\Math\Arithmetic.
H A DContext.php37 namespace Hoa\Math;
H A DREADME.md19 # Hoa\Math
23 …ge/documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Math)
28 [Learn more](https://central.hoa-project.net/Documentation/Library/Math).
67 The `hoa://Library/Math/Arithmetic.pp` describes the form of an arithmetical
71 `Hoa\Math\Visitor\Arithmetic` class.
76 new Hoa\File\Read('hoa://Library/Math/Arithmetic.pp')
80 $visitor = new Hoa\Math\Visitor\Arithmetic();
153 [hack book of `Hoa\Math`](https://central.hoa-project.net/Documentation/Library/Math) contains
H A DUtil.php37 namespace Hoa\Math;
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php37 namespace Hoa\Math\Bin;
42 use Hoa\Math; alias
91 $visitor = new Math\Visitor\Arithmetic();
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php37 namespace Hoa\Math\Combinatorics\Combination;
H A DCombination.php37 namespace Hoa\Math\Combinatorics\Combination;
H A DGamma.php37 namespace Hoa\Math\Combinatorics\Combination;
/plugin/findologicxmlexport/vendor/hoa/math/Exception/
H A DAlreadyDefinedConstant.php37 namespace Hoa\Math\Exception;
H A DException.php37 namespace Hoa\Math\Exception;
H A DUnknownConstant.php37 namespace Hoa\Math\Exception;
H A DUnknownFunction.php37 namespace Hoa\Math\Exception;
H A DUnknownVariable.php37 namespace Hoa\Math\Exception;
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DRandom.php37 namespace Hoa\Math\Sampler;
H A DSampler.php37 namespace Hoa\Math\Sampler;
40 use Hoa\Math; alias
145 throw new Math\Exception(
161 throw new Math\Exception(
218 throw new Math\Exception(
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp34 // Grammar \Hoa\Math\Arithmetic.
H A DContext.php37 namespace Hoa\Math\Test\Unit;
39 use Hoa\Math\Context as CUT;
H A DIssue.php37 namespace Hoa\Math\Test\Unit;
41 use Hoa\Math\Visitor\Arithmetic as CUT;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCartesianProduct.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination\CartesianProduct as CUT;
H A DCombination.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination as CUT;
H A DGamma.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination\Gamma as CUT;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php37 namespace Hoa\Math\Test\Unit\Sampler;
39 use Hoa\Math\Sampler\Random as CUT;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Test\Unit\Visitor;
41 use Hoa\Math as LUT;
42 use Hoa\Math\Visitor\Arithmetic as CUT;
209 $context = new \Mock\Hoa\Math\Context(),
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Visitor;
39 use Hoa\Math; alias
77 public function setContext(Math\Context $context)
342 $this->_context = new Math\Context();
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random());

12345678910