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
*
Simplify random
Louis Pilfold
2023-12-17
*
Bitwise int functions
Louis Pilfold
2023-09-04
*
Fix edge-case in int.floor_divide
Udo
2023-02-25
*
product-of-empty-list-of-numbers-could-return-1
inoas
2023-02-01
*
Fix JS bug
Louis Pilfold
2022-12-21
*
renamed from_base_string to base_parse, added documentation for base_parse
shayan javani
2022-12-21
*
added test
shayan javani
2022-12-21
*
gleam format
inoas
2022-11-27
*
Remove labels from subtract operator functions
Alex Rothuis
2022-11-06
*
Remove folds from operator function tests
Alex Rothuis
2022-11-06
*
Fix formatting
Alex Rothuis
2022-11-06
*
Add operator functions
Alex Rothuis
2022-11-06
*
Add `int.{remainder, modulo}` (#342)
inoas
2022-10-14
*
port elixir's Integer.floor_div
inoas
2022-10-10
*
Fix int.power and float.power functions (#302)
Nicklas Sindlev Andersen
2022-06-07
*
Result returning division functions
inoas
2022-05-03
*
Power and square_root for ints
inoas
2022-05-03
*
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
[next]