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
*
Amend divmod (#22131)
Ryan McConnell
2023-06-20
1
-1
/
+6
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-0
/
+38
*
fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)
ringabout
2023-05-05
1
-60
/
+63
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
1
-1
/
+0
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Remove deprecated math.c_frexp (#19518)
Juan Carlos
2022-02-14
1
-5
/
+0
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+52
*
fix for #18284 int32 should be int (#18285)
Adrian Veith
2021-06-17
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
don't run one example on 32-bit machines (#17655)
Miran
2021-04-06
1
-3
/
+4
*
Fix #17017 (math edge cases) (#17588)
konsumlamm
2021-04-01
1
-5
/
+13
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Added assertion to clamp (#17248)
Jason Beetham
2021-03-04
1
-0
/
+2
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+10
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-15
/
+30
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
1
-36
/
+52
*
Improve math module (#17019)
konsumlamm
2021-02-12
1
-496
/
+425
*
perpare for more compact bit operations in JS (#16728)
flywind
2021-01-19
1
-7
/
+8
*
minor improvement on math.nim (#16733)
flywind
2021-01-16
1
-2
/
+2
*
add math.signbit (#16592)
flywind
2021-01-07
1
-1
/
+26
*
fix #9125 (#16582)
flywind
2021-01-05
1
-1
/
+11
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-0
/
+38
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+26
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+2
*
docs minor for math (#16407)
flywind
2020-12-20
1
-2
/
+2
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-0
/
+21
*
math.nim: Use `func` everywhere (#16285)
ee7
2020-12-07
1
-270
/
+268
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
1
-1
/
+1
*
fix for comparing infinities (#16122)
Antonis Geralis
2020-11-25
1
-0
/
+11
*
move tests to testament (#16101)
flywind
2020-11-24
1
-125
/
+0
*
change some code-blocks to runnableExamples and correct some errors in docs (...
flywind
2020-11-12
1
-15
/
+15
*
add approxequal (#15766)
Antonis Geralis
2020-10-30
1
-1
/
+24
*
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
[next]