Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Exponential function.
Compute the hyperbolic arctangent of a number.
- stdlib
- stdfastmath
- mathematics
- math
- fastmath
- fast
- math.atanh
- atanh
- hyperbolic
- inverse
- tangent
- tan
- trig
- trigonometry
- View more
Effective number of bits in the significand of a double-precision floating-point number.
Compute the relative difference of two real numbers.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- blas
- extended
- sum
- total
- summation
- strided
- strided array
- typed
- View more
Create an iterator which evaluates the relative error exponential for each iterated value.
- stdlib
- stdmath
- mathematics
- math
- math.expm1
- expm1
- power
- natural
- exp
- relative
- error
- err
- exponential
- function
- View more
Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- blas
- extended
- sum
- total
- summation
- kbn
- compensated
- kahan
- View more
Create an iterator which generates a sequence of negative odd integers.
- stdlib
- stdmath
- mathematics
- math
- negative
- odd
- integer
- int
- natural
- counting
- whole
- number
- sequence
- iterator
- View more
Calculate the cumulative maximum absolute value of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- math.abs
- abs
- absolute
- absolute value
- range
- extremes
- View more
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- range
- extremes
- domain
- extent
- strided
- strided array
- View more
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- welford
- strided
- strided array
- View more
Calculate the arithmetic mean of a strided array using Welford's algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- welford
- strided
- strided array
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
- stdlib
- stdmath
- mathematics
- math
- statistics
- stats
- prng
- rng
- pseudorandom
- random
- rand
- standard
- normal
- gaussian
- View more
Base (i.e., lower-level) probability distributions.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- ors
- strided
- strided array
- View more
Custom rounding behaviour for BigInt arithmetic
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- standard deviation
- variance
- var
- deviation
- dispersion
- spread
- sample standard deviation
- unbiased
- View more
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- ors
- strided
- strided array
- View more
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.