Fabian Keller
|
a6e0494a6f
fixes #5966
|
7 years ago |
John Novak
|
17b55f9b29
Add sgn() function to the math module (#5971)
|
7 years ago |
AdrianV
|
8a487d3223
bcc misses the same functions like vcc
|
8 years ago |
andri lim
|
be6f792cbd
Fixed #4532, VS2010 now can compile Nim
|
8 years ago |
Mathijs Saey
|
756beb5b5b
Removed trailing whitespace in math module
|
8 years ago |
Mathijs Saey
|
2a84206e89
Fixed #4574
|
8 years ago |
A. S. Budden
|
f9bb209c32
Corrected comment in maths library.
|
8 years ago |
matkuki
|
39fd0e801d
Update math.nim
|
8 years ago |
matkuki
|
f9a659f7ab
Windows MSVC < 2012 'round' function update
|
8 years ago |
A. S. Budden
|
695b25100c
Changed math.nim tests to use newly defined ==~ operator
|
8 years ago |
A. S. Budden
|
1b9c66d720
Correction to round0 following review.
|
8 years ago |
A. S. Budden
|
46a2993917
Implemented function to split floating point numbers at the decimal place (equivalent to C's modf function). Fixes #4195.
|
8 years ago |
A. S. Budden
|
0cc7c9a13c
Modification to implementation of round() such that it returns a float and accepts a places argument (fixes #3473).
|
8 years ago |
Andreas Rumpf
|
95bb19a579
moved random procs from math to its own module (breaking change)
|
8 years ago |
Andreas Rumpf
|
0ef7d802ca
Merge branch 'patch-8' of https://github.com/apense/Nim into apense-patch-8
|
8 years ago |
gmpreussner
|
05418890ca
Setting TAU to 2 * PI
|
8 years ago |
gmpreussner
|
fc1dedae73
Added TAU constant.
|
8 years ago |
JamesP
|
0cf4e2603f
Removal of stats procs for openarray (use the RunningStat methodology)
|
9 years ago |
JamesP
|
03590a1c42
Removal of RunningStats ready for new stats.nim pure lib file
|
9 years ago |
Aman Gupta
|
2fbdf9320c
fix float comparision failure in math tests
|
9 years ago |
Araq
|
a4a5003b7d
fixes #3312
|
9 years ago |
Araq
|
c56a1f8266
math.nim works with NimScript
|
9 years ago |
Reimer Behrends
|
22789a8275
Fix exponentiation operation to avoid overflow.
|
9 years ago |
apense
|
c3e6fb0e38
Corrected erroneous description
|
9 years ago |
apense
|
9e8c8f473b
Added some documentation and examples
|
9 years ago |
Araq
|
d46407caf3
disable vcc specific code which doesn't work
|
9 years ago |
Andreas Rumpf
|
43c64c7545
Merge pull request #2977 from apense/patch-5
|
9 years ago |
apense
|
6d1532439b
Fixed silly format error
|
9 years ago |
apense
|
6165e8498c
Converted tabs
|
9 years ago |
apense
|
35690dc37f
Rewrote procs for float32/float64
|
9 years ago |