# easy-math **Repository Path**: fortran-stack/easy-math ## Basic Information - **Project Name**: easy-math - **Description**: 📐`easy_math`: A collection of commonly used functions for mathematics. - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, mathematics ## README # 简易数学库 A collection of commonly used functions for mathematics for Fortran. **欢迎建议与代码贡献!** ## Build with [Fortran-lang/fpm](https://github.com/fortran-lang/fpm) ``` fpm run --example --list ``` ```toml [dependencies] easy-math = { git = "https://gitee.com/fortran-stack/easy-math" } ``` ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)