Skip to content

release/0.12.0#94

Merged
mxfactorial merged 6 commits into
mainfrom
release/0.12.0
Mar 31, 2026
Merged

release/0.12.0#94
mxfactorial merged 6 commits into
mainfrom
release/0.12.0

Conversation

@mxfactorial

Copy link
Copy Markdown
Owner

0.12.0 (2026-03-31)

fixed

  • BREAKING: pow() now scales the total angle by n instead of adding nπ — matches repeated multiplication for all n

added

  • Mul for Angle and &Angle: scalar multiplication of angles
  • calculus_test.rs: power rule as angle readout, factorials from angle descent, limits as lossy projections, fundamental theorem as geometric interference, gradient, laplacian, line/surface/volume integrals
  • taylor_series_test.rs: taylor coefficients as geometric normalizations, e^x as uniform angle contribution, sin/cos as grade-filtered projections, euler's formula as grade decomposition, convergence as angle descent dominance
  • algebra_test.rs: fundamental theorem of algebra via winding numbers — degree = wraps, roots = unwindings, polynomial evaluation on circles, roots of unity as generalized Q lattice

changed

  • replaced old calculus_test.rs (24 tests) with power-rule-anchored suite (23 tests)

@mxfactorial mxfactorial self-assigned this Mar 31, 2026
@mxfactorial mxfactorial linked an issue Mar 31, 2026 that may be closed by this pull request
@mxfactorial mxfactorial merged commit 760f968 into main Mar 31, 2026
4 checks passed
@mxfactorial mxfactorial deleted the release/0.12.0 branch March 31, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scale total angle in pow

1 participant