Home
last modified time | relevance | path

Searched refs:Math (Results 201 – 225 of 239) sorted by last modified time

12345678910

/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/twig/twig/doc/
H A Dtemplates.rst637 Math subsection
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp34 // Grammar \Hoa\Math\Arithmetic.
H A DContext.php37 namespace Hoa\Math;
H A DUtil.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
/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 DGamma.php37 namespace Hoa\Math\Combinatorics\Combination;
H A DCartesianProduct.php37 namespace Hoa\Math\Combinatorics\Combination;
H A DCombination.php37 namespace Hoa\Math\Combinatorics\Combination;
/plugin/findologicxmlexport/vendor/hoa/math/Exception/
H A DUnknownFunction.php37 namespace Hoa\Math\Exception;
H A DUnknownVariable.php37 namespace Hoa\Math\Exception;
H A DException.php37 namespace Hoa\Math\Exception;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php40 use Hoa\Math; alias
91 $this->_sampler = new Math\Sampler\Random();
200 $Γ = new Math\Combinatorics\Combination\Gamma(
239 $Γ = new Math\Combinatorics\Combination\Gamma($α, $n);
260 $out = Math\Util::δ($n, 1);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md241 new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random())
/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/math/Sampler/
H A DRandom.php37 namespace Hoa\Math\Sampler;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
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/
H A DContext.php37 namespace Hoa\Math\Test\Unit;
39 use Hoa\Math\Context as CUT;
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random());
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php39 use Hoa\Math; alias
68 public function __construct(Math\Sampler $sampler)
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc39 value = Math.round( oImageOriginal.$.width * ( value / oImageOriginal.$.height ) );
45 value = Math.round( oImageOriginal.$.height * ( value / oImageOriginal.$.width ) );
176 if ( Math.round( originalRatio ) == Math.round( thisRatio ) )
756 this.setValueOf( 'info', 'txtHeight', Math.round( height ) );
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc193 return (this.slice(0,idx) + s + this.slice(idx + Math.abs(rem)));
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1254 self.VKI_size = Math.min(5, Math.max(1, self.VKI_size));
1713 …self.VKI_keyboard.style.left = Math.max(10, Math.min(wDim[0] - self.VKI_keyboard.offsetWidth - 25,…

12345678910