lib/standard: Remove lshift and rshift from Int and Byte
[nit.git] / lib / standard / math.nit
2015-08-07 Lucas Bajoletlib/standard: Remove lshift and rshift from Int and...
2015-08-07 Jean PrivatMerge: Own rand seed
2015-08-05 Jean Privatlib/maths: add `nan` and `inf` as special Float
2015-06-30 Jean Privatlib/maths: provide our own portable random implementati...
2015-06-18 Alexis LaferrièreMerge branch 'master' into lib-use-light-ffi
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Alexis Laferrièrelib: update the math module to use the light FFI
2015-06-16 Jean PrivatMerge: Rosetta, batch 1
2015-06-15 Lucas Bajoletlib/standard/math: Added binops to Byte
2015-06-15 Lucas Bajoletlib/standard/math: Added binops aliases for Int
2015-06-12 Alexis Laferrièrelib/math: declare -lm in the library
2015-06-10 BlackMinourosettacode: primality by trial division
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-06 Jean Privatlib/math: add `Collection::to_shuffle` and `Array:...
2015-05-05 Jean Privatlib/math: nitunit `Collection::rand`
2015-03-10 Alexis Laferrièrelib: intro `Float::log_base`
2015-03-10 Alexis Laferrièrelib: intro `Float.lerp` for simple linear interpolation
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