summaryrefslogtreecommitdiff
path: root/libguile/integers.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement round-quotient with new integer libAndy Wingo2022-01-131-1/+140
* Implement centered-divide with new integer libAndy Wingo2022-01-131-0/+133
* Implement centered-remainder with new integer libAndy Wingo2022-01-131-0/+112
* Implement centered-quotient with new integer libAndy Wingo2022-01-131-8/+129
* Implement truncate-divide with new integer libAndy Wingo2022-01-131-0/+71
* Implement truncate-remainder with new integer libAndy Wingo2022-01-131-0/+53
* Implement truncate-quotient with new integer libAndy Wingo2022-01-131-0/+62
* Implement ceiling-divide with new integer libAndy Wingo2022-01-131-17/+129
* Implement ceiling-remainder with new integer libAndy Wingo2022-01-131-3/+93
* Implement ceiling-quotient with new integer libAndy Wingo2022-01-131-19/+124
* Implement floor-divide with new integer libAndy Wingo2022-01-131-0/+94
* Implement floor-remainder with new integer libAndy Wingo2022-01-131-0/+73
* Implement floor-quotient with new integer libAndy Wingo2022-01-131-7/+79
* Implement abs with new integer libAndy Wingo2022-01-131-0/+22
* Implement odd? and even? with new integer libAndy Wingo2022-01-131-0/+211
* Add new integers.[ch]Andy Wingo2022-01-131-0/+35