2 个仓库
Standard library for scientific computing and data analysis in Node.js and browsers.
Distinct from JavaScript Math Libraries: Distinct from JavaScript Math Libraries: provides a full standard library for scientific computing, not just math functions.
Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Scientific Computing Libraries. Refine with filters or upvote what's useful.
decimal.js 是一个 JavaScript 高精度数学库,旨在执行数学计算时避免标准浮点数带来的舍入误差。它提供了一套高精度数学工具包,支持执行基本算术运算和高级超越函数,并允许配置有效数字位数。 该库实现了基于十进制的数学运算,支持多种舍入模式和任意精度设置。它包含一个数字字符串解析器,可将十进制、十六进制、二进制和八进制字符串转换为高精度数值类型,并提供了一个将高精度十进制值转换为分母受限分数的工具。 其功能涵盖基本算术、高精度数值比较,以及根号、指数、对数和三角函数等高级数学运算。该工具包还提供数值输出格式化功能,并利用系统熵生成安全的随机数。
Executes complex mathematical functions like logarithms, roots, and trigonometry with configurable precision in JavaScript.
Serves as a comprehensive JavaScript standard library for scientific computing and data analysis.