summary refs log tree commit diff stats
path: root/lib/pure/math.nim
Commit message (Expand)AuthorAgeFilesLines
* bcc misses the same functions like vccAdrianV2016-12-281-1/+1
* Fixed #4532, VS2010 now can compile Nimandri lim2016-08-081-7/+86
* Removed trailing whitespace in math moduleMathijs Saey2016-08-051-1/+1
* Fixed #4574Mathijs Saey2016-08-051-1/+1
* Corrected comment in maths library.A. S. Budden2016-06-201-1/+1
* Update math.nimmatkuki2016-06-181-1/+1
* Windows MSVC < 2012 'round' function updatematkuki2016-06-171-5/+11
* Changed math.nim tests to use newly defined ==~ operatorA. S. Budden2016-05-311-24/+24
* Correction to round0 following review.A. S. Budden2016-05-311-1/+1
* Implemented function to split floating point numbers at the decimal place (eq...A. S. Budden2016-05-311-0/+25
* Modification to implementation of round() such that it returns a float and ac...A. S. Budden2016-05-311-25/+67
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-110/+0
* Merge branch 'patch-8' of https://github.com/apense/Nim into apense-patch-8Andreas Rumpf2016-05-301-52/+101
|\
| * Fixed silly format errorapense2015-06-241-1/+1
| * Converted tabsapense2015-06-241-39/+39
| * Rewrote procs for float32/float64apense2015-06-241-86/+128
* | Setting TAU to 2 * PIgmpreussner2016-03-171-1/+1
* | Added TAU constant.gmpreussner2016-03-171-0/+1
* | Removal of stats procs for openarray (use the RunningStat methodology)JamesP2015-11-111-20/+0
* | Removal of RunningStats ready for new stats.nim pure lib fileJamesP2015-11-071-42/+0
* | fix float comparision failure in math testsAman Gupta2015-10-021-1/+1
* | fixes #3312Araq2015-09-181-15/+14
* | math.nim works with NimScriptAraq2015-08-211-7/+9
* | Fix exponentiation operation to avoid overflow.Reimer Behrends2015-08-141-1/+3
* | Corrected erroneous descriptionapense2015-06-291-1/+2
* | Added some documentation and examplesapense2015-06-291-20/+47
* | disable vcc specific code which doesn't workAraq2015-06-291-39/+39
* | Merge pull request #2977 from apense/patch-5Andreas Rumpf2015-06-251-0/+13
|\ \ | |/ |/|
| * Specific float32/float64 procsapense2015-06-241-8/+4
| * Conversion between radians and degrees.Fixes #2881apense2015-06-241-0/+17
* | Added documentation for modapense2015-06-241-0/+6
|/
* Added some C99 funcsapense2015-06-181-0/+18
* Updated RNG for Visual Capense2015-06-141-14/+27
* Discarded randomize for windowsapense2015-06-111-6/+9
* Updated random functionsapense2015-06-111-4/+12
* Document explicitly the behaviour of math.gcd with float argumentsBoris Vassilev2015-05-131-0/+3
* Merge pull request #2537 from jsanjuas/develVarriount2015-05-071-6/+11
|\
| * Convert to float before sumJosep Sanjuas2015-04-181-2/+3
| * Document toFloat is necessaryJosep Sanjuas2015-04-181-0/+1
| * Generalize variance to other typesJosep Sanjuas2015-04-181-3/+3
| * Generalize mean to other typesJosep Sanjuas2015-04-121-2/+5
* | fixes isPowerOfTwo returning true on the smallest integerKoala Zen2015-05-061-1/+1
* | Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+3
|/
* no side effects on math procs, fixes #2458Simon Hafner2015-04-041-0/+7
* Make gcd iterative instead of recursivedef2015-02-161-4/+5
* Remove shuffle againdef2015-02-161-8/+0
* Export new math procsdef2015-02-161-2/+2
* Add shuffle to math moduledef2015-02-161-0/+8
* Add `^`, gcd and lcm to mathdef2015-02-161-0/+24
* Merge pull request #2111 from lyro/fix-2110Andreas Rumpf2015-02-121-2/+2
|\