aboutsummaryrefslogtreecommitdiff
path: root/test/gleam/int_test.gleam
Commit message (Expand)AuthorAge
* Fix edge-case in int.floor_divideUdo2023-02-25
* product-of-empty-list-of-numbers-could-return-1inoas2023-02-01
* Fix JS bugLouis Pilfold2022-12-21
* renamed from_base_string to base_parse, added documentation for base_parseshayan javani2022-12-21
* added testshayan javani2022-12-21
* gleam formatinoas2022-11-27
* Remove labels from subtract operator functionsAlex Rothuis2022-11-06
* Remove folds from operator function testsAlex Rothuis2022-11-06
* Fix formattingAlex Rothuis2022-11-06
* Add operator functionsAlex Rothuis2022-11-06
* Add `int.{remainder, modulo}` (#342)inoas2022-10-14
* port elixir's Integer.floor_divinoas2022-10-10
* Fix int.power and float.power functions (#302)Nicklas Sindlev Andersen2022-06-07
* Result returning division functionsinoas2022-05-03
* Power and square_root for intsinoas2022-05-03
* sort importsinoas2022-04-16
* consistencyinoas2022-04-16
* fix variable naming, typoinoas2022-04-16
* Remove unused importsLouis Pilfold2022-04-16
* readabilityinoas2022-04-16
* remove absolute_difference()inoas2022-04-16
* remove public random_uniform, rename random_between to randominoas2022-04-16
* rename {float,int}.distance() to {float,int}.absolute_difference(), remove {f...inoas2022-04-16
* cleanupinoas2022-04-16
* add int.distance()inoas2022-04-16
* cleanupinoas2022-04-16
* add int tests, increase test toleranceinoas2022-04-16
* refactor, cleanupinoas2022-04-16
* wipinoas2022-04-16
* readd int testsinoas2022-04-16
* erlang-buginoas2022-04-16
* refactor tests and remove js edge caseinoas2022-04-16
* fix testsinoas2022-04-16
* repeat testsinoas2022-04-16
* wipinoas2022-04-16
* Int.digits & int.undigitsRobert Attard2022-01-03
* #238 : result returned from int.to_string_base and add int.to_baseN (#239)Robert Attard2021-10-13
* Port int module to JS (#219)Peter Saxton2021-07-20
* JavaScript test runnerLouis Pilfold2021-07-13
* Add int.clamp and float.clampSebastian2021-01-19
* Add int.absolute_valueSebastian2020-12-17
* Add product function to int and float modulesConnor Schembor2020-11-06
* feat(int): add sum functionlrosa0072020-11-04
* Add to_float function for int moduleConnor Schembor2020-10-30
* add negate functions to int and float modulessharno2020-10-13
* Correct test functionsLouis Pilfold2020-05-07
* Run Gleam v0.8 formatterLouis Pilfold2020-04-28
* Correct invalid examplesLouis Pilfold2020-03-29
* Rename gleam/expect to gleam/should (#27)Jamie Luck2020-03-29
* int.is_oddLouis Pilfold2020-03-05