66cbccfbbe
feat: Allow self-reference in implementations
...
And use it to define negate and add for Complex numbers in a way that
is independent of component types.
Also add a bigint type and verify that pocomath will then handle Gaussian
integers "for free".
2022-07-19 11:16:29 -07:00
77b04fbdbb
Merge pull request 'feat: Add complex numbers' ( #3 ) from complex into main
...
Reviewed-on: #3
2022-07-19 16:55:24 +00:00
b82336e590
feat: Add complex numbers
...
No negation (and therefore no subtraction) since that needs self-reference.
2022-07-19 09:52:16 -07:00
b59a8c2ca9
feat: Allow nonrecursive whole-function dependencies ( #2 )
...
And implement negate on numbers, and use dependencies to define subtract.
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #2
2022-07-19 03:10:55 +00:00
f5e2e09aa2
Merge pull request 'feat: First operational instance with just add' ( #1 ) from init_operation into main
...
Reviewed-on: #1
2022-07-19 00:11:11 +00:00
c5384e0ee7
feat: First operational instance with just add
2022-07-18 17:08:49 -07:00
cb016474ec
chore: Initialize project with pnpm
2022-07-18 15:33:08 -07:00
711b9e726f
Initial commit
2022-07-18 22:10:03 +00:00