index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
math.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Specific float32/float64 procs
apense
2015-06-24
1
-8
/
+4
|
*
Conversion between radians and degrees.Fixes #2881
apense
2015-06-24
1
-0
/
+17
*
|
Added documentation for mod
apense
2015-06-24
1
-0
/
+6
|
/
*
Added some C99 funcs
apense
2015-06-18
1
-0
/
+18
*
Updated RNG for Visual C
apense
2015-06-14
1
-14
/
+27
*
Discarded randomize for windows
apense
2015-06-11
1
-6
/
+9
*
Updated random functions
apense
2015-06-11
1
-4
/
+12
*
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
|
\
|
*
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
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
|
\
|
*
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
|
|
\
|
|
*
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
*
|
|
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
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
*
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
[prev]
[next]