mirror of https://github.com/rm-dr/daisy
Updated docs
parent
80f17ac210
commit
93c34ca4a4
|
@ -29,3 +29,8 @@ What to do
|
||||||
- `cargo publish`
|
- `cargo publish`
|
||||||
- Update web demo & pull server (`make docker`)
|
- Update web demo & pull server (`make docker`)
|
||||||
- Update aur package
|
- Update aur package
|
||||||
|
|
||||||
|
Test `default.nix` with
|
||||||
|
``sh
|
||||||
|
nix-build -E 'let pkgs = import <nixpkgs> { }; in pkgs.callPackage ./default.nix {}'
|
||||||
|
``
|
2
TODO.md
2
TODO.md
|
@ -20,6 +20,8 @@
|
||||||
- Sums and products with functional arguments
|
- Sums and products with functional arguments
|
||||||
- Add functions: gcd, inverse mod, dice
|
- Add functions: gcd, inverse mod, dice
|
||||||
- Tuple operations
|
- Tuple operations
|
||||||
|
- Number theory: select a group, inverses, etc
|
||||||
|
- Negative mod
|
||||||
|
|
||||||
## Prompt
|
## Prompt
|
||||||
- Fix terminal color detection
|
- Fix terminal color detection
|
||||||
|
|
Loading…
Reference in New Issue