compute-fliplr
Flips a matrix horizontally.
Flips a matrix horizontally.
Flips a matrix vertically.
Computes the Minkowski distance between two arrays.
Computes the cartesian product of the given list of sets.
Rotates a matrix by 90 degrees.
Construct an array of arrays from a matrix.
Construct a matrix from an array of arrays.
A simple cli to use mathematic operators
The Euler-Mascheroni constant.
A function to offer more rounding options for numbers in JavaScript and TypeScript
A Black-Scholes European option pricer
Custom rounding behaviour for BigInt arithmetic
A small custom package to perform wonders with big integers
Computes the sum of absolute values (L1 norm).
Multiplies x and a constant and adds the result to y.
Copies values from x into y.
Computes the dot product of x and y.
Computes the L2 norm (Euclidean norm).
Scales elements of `x` by a constant `alpha`.
Interchanges the elements of x and y.