summary refs log tree commit diff stats
path: root/lib/pure/math.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix many broken links and prefer relative links within docs (#12463)Miran2019-10-241-1/+1
|\
| * Fix many broken linksJjp1372019-10-221-1/+1
* | [backport] Documentation Math module (#12460)Juan Carlos2019-10-241-0/+2
|/
* [backport] run nimpretty on numbers stuffnarimiran2019-09-301-27/+33
* Fix the broken link in math.nim (#11653) [ci skip]Graeme Cross2019-07-041-1/+1
* [documentation] fix #4630, document unsupported functions for JSnarimiran2019-06-241-0/+8
* Add `cbrt()` bindings for the JS Target (#11528)Benjamin Summerton2019-06-181-0/+3
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-13/+7
* stdlib: more consistent formattingAraq2019-05-221-5/+5
* fix #10910, optimize squaring and cubing (#11291)Miran2019-05-211-16/+21
* code cleanup (#10874)Arne Döring2019-03-281-6/+4
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+1
* Genode fixes (#10491)Emery Hemingway2019-01-291-1/+1
* documentation: remove author field [ci skip]narimiran2019-01-171-3/+0
* better docs: mathnarimiran2019-01-161-97/+420
* Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-311-0/+18
* Fix #9585 hypot in jsB3liever2018-10-311-1/+2
* more examples for mod and div, plus corrections [ci skip]narimiran2018-10-281-8/+46
* Documentation improved for `math` module (#9266)eqperes2018-10-101-79/+171
* fix for #9082 (#9089)Arne Döring2018-10-091-14/+16
* math.nim: document what to use instead of 'fmod'Araq2018-09-251-2/+2
* fixes 8594 (#8721)cooldome2018-08-221-1/+1
* Merge pull request #8628 from hlaaftana/patch-1Dominik Picheta2018-08-141-2/+2
|\
| * Small documentation typo in mathhlaaf2018-08-141-2/+2
* | Haiku support for Nim (#8542)alaviss2018-08-141-1/+1
|/
* fixes #8421, fixes #7968, Nim compiler compiles with MSVC C89 version (#8556)andri lim2018-08-071-24/+58
* Merge pull request #7950 from Paalon/math-logAndreas Rumpf2018-06-141-5/+15
|\
| * Fix a testKoki Fushimi2018-06-141-1/+1
| * Use one same type for two parametersKoki Fushimi2018-06-141-5/+1
| * Use concrete expressionKoki Fushimi2018-06-051-7/+6
| * Bug fixKoki Fushimi2018-06-051-2/+3
| * Change to use log(x, base)Koki Fushimi2018-06-051-3/+3
| * Broaden the argument typesKoki Fushimi2018-06-041-1/+6
| * Generalize and add testKoki Fushimi2018-06-041-7/+14
| * Add log proc for base b of xKoki Fushimi2018-06-041-1/+3
* | Rename tgamma to gamma (#7929)Koki Fushimi2018-06-051-3/+10
* | Add product proc (#7951)Koki Fushimi2018-06-041-1/+13
|/
* Removed spaces in math moduledata-man2018-05-301-1/+1
* Use truncation division in mod for floats (#7118)Oscar Nihlgård2018-05-301-11/+40
* Add inverse hyperbolic, and cot, sec and csc; and their hyperbolic, inverse, ...Koki Fushimi2018-05-301-61/+96
* Faster binary gcd algorithm (#7849)Koki Fushimi2018-05-261-2/+30
* Fixes factorial's bugdata-man2018-05-171-1/+12
* Replace factorial function with a compile time one (#7276)notTito2018-05-041-4/+14
* fixes #6353 (#6951)skilchen2017-12-211-4/+13
* add missing math.trunc for js backend (#6950)skilchen2017-12-201-0/+2
* Add hint about computing powers between integers (#6419)Federico Ceratto2017-10-161-0/+2
* fixes #5966Fabian Keller2017-06-201-4/+7
* Add sgn() function to the math module (#5971)John Novak2017-06-151-0/+25
* bcc misses the same functions like vccAdrianV2016-12-281-1/+1
* Fixed #4532, VS2010 now can compile Nimandri lim2016-08-081-7/+86