aboutsummaryrefslogtreecommitdiff
path: root/test/gleam/int_test.gleam
Commit message (Expand)AuthorAge
* 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
* int.is_evenLouis Pilfold2020-03-05
* add max() for Int and Float (#266)Brett Snyder2019-10-03
* add min() for Int and Float modules (#268)Brett Snyder2019-10-03
* Removing is_error from testsLouis Pilfold2019-09-17
* Update stdlib to new syntaxLouis Pilfold2019-08-26
* stdlib namespace std -> gleamLouis Pilfold2019-06-25