index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
gleam
/
int_test.gleam
Commit message (
Expand
)
Author
Age
*
sort imports
inoas
2022-04-16
*
consistency
inoas
2022-04-16
*
fix variable naming, typo
inoas
2022-04-16
*
Remove unused imports
Louis Pilfold
2022-04-16
*
readability
inoas
2022-04-16
*
remove absolute_difference()
inoas
2022-04-16
*
remove public random_uniform, rename random_between to random
inoas
2022-04-16
*
rename {float,int}.distance() to {float,int}.absolute_difference(), remove {f...
inoas
2022-04-16
*
cleanup
inoas
2022-04-16
*
add int.distance()
inoas
2022-04-16
*
cleanup
inoas
2022-04-16
*
add int tests, increase test tolerance
inoas
2022-04-16
*
refactor, cleanup
inoas
2022-04-16
*
wip
inoas
2022-04-16
*
readd int tests
inoas
2022-04-16
*
erlang-bug
inoas
2022-04-16
*
refactor tests and remove js edge case
inoas
2022-04-16
*
fix tests
inoas
2022-04-16
*
repeat tests
inoas
2022-04-16
*
wip
inoas
2022-04-16
*
Int.digits & int.undigits
Robert Attard
2022-01-03
*
#238 : result returned from int.to_string_base and add int.to_baseN (#239)
Robert Attard
2021-10-13
*
Port int module to JS (#219)
Peter Saxton
2021-07-20
*
JavaScript test runner
Louis Pilfold
2021-07-13
*
Add int.clamp and float.clamp
Sebastian
2021-01-19
*
Add int.absolute_value
Sebastian
2020-12-17
*
Add product function to int and float modules
Connor Schembor
2020-11-06
*
feat(int): add sum function
lrosa007
2020-11-04
*
Add to_float function for int module
Connor Schembor
2020-10-30
*
add negate functions to int and float modules
sharno
2020-10-13
*
Correct test functions
Louis Pilfold
2020-05-07
*
Run Gleam v0.8 formatter
Louis Pilfold
2020-04-28
*
Correct invalid examples
Louis Pilfold
2020-03-29
*
Rename gleam/expect to gleam/should (#27)
Jamie Luck
2020-03-29
*
int.is_odd
Louis Pilfold
2020-03-05
*
int.is_even
Louis Pilfold
2020-03-05
*
add max() for Int and Float (#266)
Brett Snyder
2019-10-03
*
add min() for Int and Float modules (#268)
Brett Snyder
2019-10-03
*
Removing is_error from tests
Louis Pilfold
2019-09-17
*
Update stdlib to new syntax
Louis Pilfold
2019-08-26
*
stdlib namespace std -> gleam
Louis Pilfold
2019-06-25