about summary refs log tree commit diff
path: root/users/sterni/nix/num/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09 r/6477 refactor(users/sterni/nix): move generic number operation into numsterni1-0/+16
We omit type checks for performance reasons in most places currently, so the library grouping is important in showing people what to use for what sort of input. The moved functions make sense to use with floats as well, so we'll move them to the num library. Some of the remaining functions could theoretically be adapted and moved, but aren't for now. Change-Id: Ifdecaa60be594f4438b2a58b9ea6445e2da080e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9007 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>