Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document explicitly the behaviour of math.gcd with float arguments | Boris Vassilev | 2015-05-13 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2537 from jsanjuas/devel | Varriount | 2015-05-07 | 1 | -6/+11 |
|\ | | | | | Generalize mean to other types | ||||
| * | Convert to float before sum | Josep Sanjuas | 2015-04-18 | 1 | -2/+3 |
| | | |||||
| * | Document toFloat is necessary | Josep Sanjuas | 2015-04-18 | 1 | -0/+1 |
| | | |||||
| * | Generalize variance to other types | Josep Sanjuas | 2015-04-18 | 1 | -3/+3 |
| | | |||||
| * | Generalize mean to other types | Josep Sanjuas | 2015-04-12 | 1 | -2/+5 |
| | | |||||
* | | fixes isPowerOfTwo returning true on the smallest integer | Koala Zen | 2015-05-06 | 1 | -1/+1 |
| | | |||||
* | | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+3 |
|/ | |||||
* | no side effects on math procs, fixes #2458 | Simon Hafner | 2015-04-04 | 1 | -0/+7 |
| | |||||
* | Make gcd iterative instead of recursive | def | 2015-02-16 | 1 | -4/+5 |
| | |||||
* | Remove shuffle again | def | 2015-02-16 | 1 | -8/+0 |
| | |||||
* | Export new math procs | def | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Add shuffle to math module | def | 2015-02-16 | 1 | -0/+8 |
| | |||||
* | Add `^`, gcd and lcm to math | def | 2015-02-16 | 1 | -0/+24 |
| | |||||
* | Merge pull request #2111 from lyro/fix-2110 | Andreas Rumpf | 2015-02-12 | 1 | -2/+2 |
|\ | | | | | fix conditions for int size in 'math.nextPowerOfTwo' #2110 | ||||
| * | fix conditions for int size in 'math.nextPowerOfTwo' #2110 | Frank Fischer | 2015-02-12 | 1 | -2/+2 |
| | | |||||
* | | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -4/+4 |
|/ | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 1 | -11/+0 |
| |\ | | | | | | | Add -lm for fesetround and fegetround | ||||
| | * | Move fenv to its own module | def | 2014-08-22 | 1 | -54/+0 |
| | | | |||||
| | * | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 1 | -0/+43 |
| | | | | | | | | | | | | (it's C99 as well, not just POSIX) | ||||
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -3/+3 |
| | | | |||||
* | | | big rename | Araq | 2014-08-27 | 1 | -15/+17 |
| | | | |||||
* | | | renamefest | Araq | 2014-08-23 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1351 from def-/random-openarrays | Dominik Picheta | 2014-08-13 | 1 | -1/+6 |
|\ \ | | | | | | | Add random() for openarrays | ||||
| * | | Add random() for openarrays | def | 2014-07-12 | 1 | -1/+6 |
| |/ | |||||
* / | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
|/ | |||||
* | Hyperlinks back JavaScript target. | Grzegorz Adam Hankiewicz | 2014-06-21 | 1 | -1/+2 |
| | |||||
* | added a note about random(max: float): float's resolution on windows | Charlie | 2014-05-18 | 1 | -1/+2 |
| | |||||
* | added random(max: float): float support to windows | Charlie | 2014-05-18 | 1 | -7/+13 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -6/+8 |
| | |||||
* | JS: Fixes math and streams module and implements json. | Dominik Picheta | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Removed trailing ';'. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Zero is not a power of two. Fix #1047 | ReneSac | 2014-04-06 | 1 | -12/+14 |
| | | | | Also, fixed some docstrings and added {.noSideEffect.} pragma to nextPowerOfTwo(). | ||||
* | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 1 | -1/+3 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -4/+4 |
| | |||||
* | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -9/+9 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -8/+8 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | Adds randomize(seed) for repeatable pseudo random numbers. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -4/+27 |
| | | | | Also fixes srand48() type to clong. | ||||
* | math.random(max: float) not available on windows | Araq | 2012-09-19 | 1 | -10/+15 |
| | |||||
* | no uniqueCounter it is | Simon Hafner | 2012-09-06 | 1 | -4/+3 |
| | |||||
* | + random number generator for floats and slices - with tests | Simon Hafner | 2012-09-06 | 1 | -14/+34 |
| | | | | I also took the liberty to unify the API between ECMAScript and C. | ||||
* | changed integer promotion rules; added math.fmod | Araq | 2012-06-28 | 1 | -3/+8 |
| | |||||
* | Fixed math.round, added math.ceil and fixed times.format. | Dominik Picheta | 2012-06-04 | 1 | -0/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| |