Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rgsoft/math

rgmiranda30MIT1.3.3TypeScript support: included

Yet another JS math library

math, complex-numbers, vectors, numbers, prime-numbers, factors, totient, digital-roots, number-bases

readme

math-js

Yet another JS math library

Installation

npm install @rgsoft/math

Tests

npm run test

Usage

Usage docs

changelog

Change Log

[1.3.2] 2024-12-09

  • ADD: Vector::mag property asignment and Vector::limit function

[1.3.1] 2024-12-09

  • ADD: Probability Mass Functions:
    • Binomial
    • NegativeBinomial
    • Poisson
  • ADD: Probability Density Functions
    • Uniform
    • Exponential
    • Gaussian