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
*
bcc misses the same functions like vcc
AdrianV
2016-12-28
1
-1
/
+1
*
Fixed #4532, VS2010 now can compile Nim
andri lim
2016-08-08
1
-7
/
+86
*
Removed trailing whitespace in math module
Mathijs Saey
2016-08-05
1
-1
/
+1
*
Fixed #4574
Mathijs Saey
2016-08-05
1
-1
/
+1
*
Corrected comment in maths library.
A. S. Budden
2016-06-20
1
-1
/
+1
*
Update math.nim
matkuki
2016-06-18
1
-1
/
+1
*
Windows MSVC < 2012 'round' function update
matkuki
2016-06-17
1
-5
/
+11
*
Changed math.nim tests to use newly defined ==~ operator
A. S. Budden
2016-05-31
1
-24
/
+24
*
Correction to round0 following review.
A. S. Budden
2016-05-31
1
-1
/
+1
*
Implemented function to split floating point numbers at the decimal place (eq...
A. S. Budden
2016-05-31
1
-0
/
+25
*
Modification to implementation of round() such that it returns a float and ac...
A. S. Budden
2016-05-31
1
-25
/
+67
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-110
/
+0
*
Merge branch 'patch-8' of https://github.com/apense/Nim into apense-patch-8
Andreas Rumpf
2016-05-30
1
-52
/
+101
|
\
|
*
Fixed silly format error
apense
2015-06-24
1
-1
/
+1
|
*
Converted tabs
apense
2015-06-24
1
-39
/
+39
|
*
Rewrote procs for float32/float64
apense
2015-06-24
1
-86
/
+128
*
|
Setting TAU to 2 * PI
gmpreussner
2016-03-17
1
-1
/
+1
*
|
Added TAU constant.
gmpreussner
2016-03-17
1
-0
/
+1
*
|
Removal of stats procs for openarray (use the RunningStat methodology)
JamesP
2015-11-11
1
-20
/
+0
*
|
Removal of RunningStats ready for new stats.nim pure lib file
JamesP
2015-11-07
1
-42
/
+0
*
|
fix float comparision failure in math tests
Aman Gupta
2015-10-02
1
-1
/
+1
*
|
fixes #3312
Araq
2015-09-18
1
-15
/
+14
*
|
math.nim works with NimScript
Araq
2015-08-21
1
-7
/
+9
*
|
Fix exponentiation operation to avoid overflow.
Reimer Behrends
2015-08-14
1
-1
/
+3
*
|
Corrected erroneous description
apense
2015-06-29
1
-1
/
+2
*
|
Added some documentation and examples
apense
2015-06-29
1
-20
/
+47
*
|
disable vcc specific code which doesn't work
Araq
2015-06-29
1
-39
/
+39
*
|
Merge pull request #2977 from apense/patch-5
Andreas Rumpf
2015-06-25
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
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
|
\
[next]