current
pow() adds nπ to the angle instead of scaling by n — doesnt match repeated multiplication
next
- fix pow() to compute [mag^n, n*angle] via Mul for Angle
- replace calculus_test.rs: power rule as angle readout, limits as lossy projections, gradient/laplacian from angle ratios (no finite differences)
- add taylor_series_test.rs: coefficients as geometric normalizations, e^x/sin/cos from grade filtering, euler's formula as grade decomposition
- add algebra_test.rs: fundamental theorem of algebra via winding numbers
hourly estimate
6
current
pow() adds nπ to the angle instead of scaling by n — doesnt match repeated multiplication
next
hourly estimate
6