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
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-1
/
+1
*
Genode fixes (#10491)
Emery Hemingway
2019-01-29
1
-1
/
+1
*
documentation: remove author field [ci skip]
narimiran
2019-01-17
1
-3
/
+0
*
better docs: math
narimiran
2019-01-16
1
-97
/
+420
*
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
1
-0
/
+18
*
Fix #9585 hypot in js
B3liever
2018-10-31
1
-1
/
+2
*
more examples for mod and div, plus corrections [ci skip]
narimiran
2018-10-28
1
-8
/
+46
*
Documentation improved for `math` module (#9266)
eqperes
2018-10-10
1
-79
/
+171
*
fix for #9082 (#9089)
Arne Döring
2018-10-09
1
-14
/
+16
*
math.nim: document what to use instead of 'fmod'
Araq
2018-09-25
1
-2
/
+2
*
fixes 8594 (#8721)
cooldome
2018-08-22
1
-1
/
+1
*
Merge pull request #8628 from hlaaftana/patch-1
Dominik Picheta
2018-08-14
1
-2
/
+2
|
\
|
*
Small documentation typo in math
hlaaf
2018-08-14
1
-2
/
+2
*
|
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+1
|
/
*
fixes #8421, fixes #7968, Nim compiler compiles with MSVC C89 version (#8556)
andri lim
2018-08-07
1
-24
/
+58
*
Merge pull request #7950 from Paalon/math-log
Andreas Rumpf
2018-06-14
1
-5
/
+15
|
\
|
*
Fix a test
Koki Fushimi
2018-06-14
1
-1
/
+1
|
*
Use one same type for two parameters
Koki Fushimi
2018-06-14
1
-5
/
+1
|
*
Use concrete expression
Koki Fushimi
2018-06-05
1
-7
/
+6
|
*
Bug fix
Koki Fushimi
2018-06-05
1
-2
/
+3
|
*
Change to use log(x, base)
Koki Fushimi
2018-06-05
1
-3
/
+3
|
*
Broaden the argument types
Koki Fushimi
2018-06-04
1
-1
/
+6
|
*
Generalize and add test
Koki Fushimi
2018-06-04
1
-7
/
+14
|
*
Add log proc for base b of x
Koki Fushimi
2018-06-04
1
-1
/
+3
*
|
Rename tgamma to gamma (#7929)
Koki Fushimi
2018-06-05
1
-3
/
+10
*
|
Add product proc (#7951)
Koki Fushimi
2018-06-04
1
-1
/
+13
|
/
*
Removed spaces in math module
data-man
2018-05-30
1
-1
/
+1
*
Use truncation division in mod for floats (#7118)
Oscar Nihlgård
2018-05-30
1
-11
/
+40
*
Add inverse hyperbolic, and cot, sec and csc; and their hyperbolic, inverse, ...
Koki Fushimi
2018-05-30
1
-61
/
+96
*
Faster binary gcd algorithm (#7849)
Koki Fushimi
2018-05-26
1
-2
/
+30
*
Fixes factorial's bug
data-man
2018-05-17
1
-1
/
+12
*
Replace factorial function with a compile time one (#7276)
notTito
2018-05-04
1
-4
/
+14
*
fixes #6353 (#6951)
skilchen
2017-12-21
1
-4
/
+13
*
add missing math.trunc for js backend (#6950)
skilchen
2017-12-20
1
-0
/
+2
*
Add hint about computing powers between integers (#6419)
Federico Ceratto
2017-10-16
1
-0
/
+2
*
fixes #5966
Fabian Keller
2017-06-20
1
-4
/
+7
*
Add sgn() function to the math module (#5971)
John Novak
2017-06-15
1
-0
/
+25
*
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
|
\
[next]