algebra
algebra copied to clipboard
Add methods to ingest strings
We should make it easier to input parameters to curves etc., rather than relying on decomposing numbers into hex values etc. It's meh for hex values, disastrous for decimals, and overall mistake prone.
I agree, and maybe this is even possible now that const fn s are stable.