summary refs log tree commit diff stats
path: root/lib/pure/math.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency part 4Araq2013-12-271-4/+4
|
* better support for GNU's assemblerAraq2013-09-031-1/+1
|
* --os:standalone works againAraq2013-06-301-9/+9
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-8/+8
| | | | No one calls it EcmaScript anymore.
* Adds randomize(seed) for repeatable pseudo random numbers.Grzegorz Adam Hankiewicz2013-01-231-4/+27
| | | | Also fixes srand48() type to clong.
* math.random(max: float) not available on windowsAraq2012-09-191-10/+15
|
* no uniqueCounter it isSimon Hafner2012-09-061-4/+3
|
* + random number generator for floats and slices - with testsSimon Hafner2012-09-061-14/+34
| | | | I also took the liberty to unify the API between ECMAScript and C.
* changed integer promotion rules; added math.fmodAraq2012-06-281-3/+8
|
* Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-041-0/+2
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-2/+2
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-4/+4
|
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-1/+12
|
* fixed whitespace conflictAraq2011-01-061-1/+1
|\
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
| |
* | transf: big refactoring; other small fixesAraq2011-01-051-0/+2
| |
* | bugfix: multiple yield statements and loop body varsAraq2010-12-131-4/+10
|/
* bugfix: macro evaluation; added colors.extractRGBAndreas Rumpf2010-03-041-0/+2
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* atomic is now a keywordAndreas Rumpf2010-01-211-1/+3
|
* floating point checksAndreas Rumpf2009-12-141-1/+1
|
* added tools and web dirsAndreas Rumpf2009-09-151-4/+6
|
* version0.7.10Andreas Rumpf2009-06-081-0/+247