lib: add an optimized `SequenceRead[E].rand`
[nit.git] / lib / standard / math.nit
2015-03-10 Alexis Laferrièrelib: add an optimized `SequenceRead[E].rand`
2014-12-11 Alexandre Terrasalib/standard: fixes some comment presentation according...
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasamath: add some nitunits
2014-11-25 Alexandre Terrasamath: fix missing documentation warnings
2014-11-20 Lucas Bajoletlib/standard/math: Added round method to floats
2014-11-17 Jean Privatlib/math: documents `srand` and `srand_from`
2014-11-17 Jean Privatlib/standard: call srand by default
2014-11-08 Jean Privatlib: add Int::factorial
2014-11-08 Jean Privatlib: add Int::** for power
2014-10-07 Jean PrivatMerge: lib/math: Added bin_not function to Int
2014-10-06 Lucas Bajoletlib/standard/math: Fixed documentation on old binary...
2014-10-03 Lucas Bajoletlib/math: Added bin_not function to Int
2014-09-22 Lucas Bajoletlib/standard/math: Added function is_even to Int
2014-06-10 Lucas Bajoletlib/math: Added gcd method on Int.
2014-04-27 Alexis Laferrièrelib/math: intro ceil and floor
2014-03-13 Alexis Laferrièrelib: in Int::sqrt, use C sqrt function for double
2014-03-13 Alexis Laferrièrelib: remove broken Int::sin/cos
2014-03-05 Jean PrivatMerge remote-tracking branch 'alexandre/fix-float'
2014-03-05 Alexandre Terrasalib: fixed nan on floats
2014-03-05 Alexandre Terrasalib: fixed infinity on floats
2014-03-03 Alexis Laferrièrelib/math: fix Float::abs
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2013-11-07 Alexis Laferrièrelib: adds sqrt, sin and cos to Int
2013-09-04 Jean Privatrename 'package' to 'module'
2012-12-06 Jean Privatlib: rewrite Collection::rand without explicit closure
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Alexis Laferrièrelib: adds hypotenuse to math module as Float::hypot
2012-02-13 Alexis Laferrièrelib: adds Collection::rand to get a random element...
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1