naesungmath
v3.1.0
Published
Math and Science
Maintainers
Readme
Naesungmath
A collection of mathematical formulas based on "Science is Magic! Let's memorize spells " distributed by the Korean Mathematical Society and the Math Instructor Research Group.
대한수학회와 수학강사연구모임이 배포한
과학은 마법이다! 주문을 외워보자 <수학공식>을 기준으로 만든 수학 라이브러리입니다.
This project aims to implement essential mathematical formulas in JavaScript/TypeScript. Current Progress: 117 / 221 formulas completed (52.9%).
📒 Table of Contents
📦 Install
Using npm:
npm install naesungmathUsing yarn:
yarn add naesungmath🚀 Usage
JavaScript
import { geometricProgressionSum } from 'naesungmath';
console.log(geometricProgressionSum(1, 2, 10));🤝 Contributing
We welcome contributions! Please feel free to open issues or submit Pull Requests. Review and accept Issue and Pull Request boldly.
For more information, contact [email protected] or [email protected].
👤 Maintainers
🌟 Contributors
Thanks to these wonderful people:
📝 License
This project is licensed under the GPLv3 License.
Copyright (c) 2020-2026 Choi Minseo
