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
*
remove deprecation from `math.round` (#15224)
Miran
2020-08-25
1
-2
/
+1
*
fix #15033 (#15034)
Hugo Granström
2020-07-22
1
-1
/
+1
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-39
/
+0
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
style fix: change 'JS' to 'js' to make it consistent (#13168)
Miran
2020-01-16
1
-5
/
+5
*
fixes #13032
Araq
2020-01-04
1
-2
/
+2
*
Fixes classify function to detect subnormal floating points (#12836)
KeepCoolWithCoolidge
2019-12-08
1
-16
/
+20
*
Fix for 16 bit platforms (#12760) [backend]
PMunch
2019-11-28
1
-1
/
+3
*
added support for openArray's for `gcd` and `lcm` (#12621)
Yanis Zafirópulos
2019-11-07
1
-1
/
+25
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
Fix many broken links and prefer relative links within docs (#12463)
Miran
2019-10-24
1
-1
/
+1
|
\
|
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
|
[backport] Documentation Math module (#12460)
Juan Carlos
2019-10-24
1
-0
/
+2
|
/
*
[backport] run nimpretty on numbers stuff
narimiran
2019-09-30
1
-27
/
+33
*
Fix the broken link in math.nim (#11653) [ci skip]
Graeme Cross
2019-07-04
1
-1
/
+1
*
[documentation] fix #4630, document unsupported functions for JS
narimiran
2019-06-24
1
-0
/
+8
*
Add `cbrt()` bindings for the JS Target (#11528)
Benjamin Summerton
2019-06-18
1
-0
/
+3
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-13
/
+7
*
stdlib: more consistent formatting
Araq
2019-05-22
1
-5
/
+5
*
fix #10910, optimize squaring and cubing (#11291)
Miran
2019-05-21
1
-16
/
+21
*
code cleanup (#10874)
Arne Döring
2019-03-28
1
-6
/
+4
*
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
[next]