Universal Numbers Library
Universal Numbers Library: Multi-format Variable Precision Arithmetic Library - Published in JOSS (2023)
@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.
@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.
@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.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
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-mul
Multiply two double-precision complex floating-point numbers.