Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 335 Bytes

File metadata and controls

16 lines (11 loc) · 335 Bytes

Contributing to mathfuse

Thank you! ∑

Getting Started

  1. Fork & clone
  2. npm install or bun install
  3. git checkout -b feat/your-feature

Guidelines

  • All math functions must have numerical accuracy tests
  • 124+ tests must remain passing
  • Zero dependencies
  • Include mathematical references/docs for new functions