Universal Numbers Library
Universal Numbers Library: Multi-format Variable Precision Arithmetic Library - Published in JOSS (2023)
https://github.com/rubixml/tensor
A library and extension that provides objects for scientific computing in PHP.
@stdlib/math-base-ops-cmulf
Multiply two single-precision complex floating-point numbers.
@stdlib/math-base-ops-caddf
Add two single-precision complex floating-point numbers.
math-iter-ops-mod
Create an iterator which performs an element-wise modulo operation of two or more iterators.
@stdlib/math-base-ops-csubf
Subtract two single-precision complex floating-point numbers.
@stdlib/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
@stdlib/math-iter-ops-divide
Create an iterator which performs element-wise division of two or more iterators.
@stdlib/math-strided-ops-mul
Element-wise multiplication of two strided arrays.
@stdlib/math-strided-ops-mul-by
Element-wise multiplication of two strided arrays via a callback function.
@stdlib/math-strided-ops-add-by
Element-wise addition of two strided arrays via a callback function.
@stdlib/math-iter-ops-subtract
Create an iterator which performs element-wise subtraction of two or more iterators.
@stdlib/math-strided-ops-sub-by
Element-wise subtraction of two strided arrays via a callback function.
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
math-base-special-cinvf
The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊
@stdlib/complex-float32-base-mul
Multiply two single-precision complex floating-point numbers.
complex-float64-base-scale
Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.
zmodn
The Zmodn package provides a class for representing integers modulo a given prime number. This class can be used to applications such as cryptography and computer algebra.
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.