Search results
49 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Computes the L2 norm (Euclidean norm) of an array of values.
- compute.io
- compute
- computation
- mathematics
- math
- linear algebra
- norm
- euclidean norm
- l2norm
- l2 distance
- euclidean length
- length
- distance
- array
Mathematics is the classification and study of all possible patterns.
- extra
- math
- aliquotParts
- clamp
- greatestPrimeFactor
- hcf
- leastPrimeFactor
- map
- mean
- norm
- rootMeanSquare
- aliquotSum
- arithmeticMean
- binomial
- View more
A number is a mathematical object used to count, measure, and label.
- extra
- number
- aliquotParts
- clamp
- fromRoman
- greatestPrimeFactor
- hcf
- leastPrimeFactor
- map
- mean
- norm
- rootMeanSquare
- toRoman
- aliquotSum
- View more
Computes the L1 norm (Manhattan norm) of an array of values.
Computes the Lp norm of an array of values.
- compute.io
- compute
- computation
- mathematics
- math
- linear algebra
- norm
- euclidean norm
- l2norm
- taxicab norm
- manhattan norm
- l1norm
- supremum norm
- chebyshev norm
opposite of lerp; get normalized range between two bounds
Computes the infinity norm (Chebyshev/supremum norm) of an array of values.
- compute.io
- compute
- computation
- mathematics
- math
- linear algebra
- norm
- supremum norm
- chebyshev norm
- maximum norm
a collection of useful maths functions and objects for use in simple javascript projects, including games
- maths
- maths library
- angle
- norm
- normalize
- lerp
- linear interpolation
- map
- clamp
- degrees
- radians
- 2d vector
- ector
- bezier
- View more
A number is a mathematical object used to count, measure, and label {web}.
- extra
- number
- aliquotParts
- clamp
- fromRoman
- greatestPrimeFactor
- hcf
- leastPrimeFactor
- map
- mean
- norm
- rootMeanSquare
- toRoman
- aliquotSum
- View more
normalizes a 2D path to its bounding box
Mathematics is the classification and study of all possible patterns {web}.
- extra
- math
- aliquotParts
- clamp
- greatestPrimeFactor
- hcf
- leastPrimeFactor
- map
- mean
- norm
- rootMeanSquare
- aliquotSum
- arithmeticMean
- binomial
- View more
Compute the sum of absolute values (L1 norm).
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the L2-norm of a single-precision floating-point vector.
- stdlib
- stdmath
- mathematics
- math
- blas
- level 1
- snrm2
- nrm2
- euclidean
- magnitude
- 2-norm
- l2-norm
- norm
- distance
- View more
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the L2-norm of a double-precision floating-point vector.
- stdlib
- stdmath
- mathematics
- math
- blas
- level 1
- dnrm2
- nrm2
- euclidean
- magnitude
- 2-norm
- l2-norm
- norm
- distance
- View more
Compute the sum of absolute values (L1 norm).
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.