214 packages found
A Microservices Framework for Node.js
- micro
- service
- microservice
- micro-service
- microservices
- micro-services
- services
- micro services
- micro service
- framework
- minimum
- viable
- product
- toolkit
Get the shortest leading whitespace from lines in a string
Smallest positive double-precision floating-point normal number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- bias
- exponent
- min
- View more
Return the minimum value.
Natural logarithm of the smallest normalized double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- smallest
- minimum
- floating-point
- float64
- float
- 64bit
- ieee754
- double
- View more
Return the minimum and maximum values.
Return the minimum and maximum absolute values.
- stdlib
- stdmath
- mathematics
- math
- math.min
- math.max
- minimum
- maximum
- extremum
- min
- max
- smallest
- largest
- extrema
- View more
Return the minimum absolute value.
The minimum base 10 exponent for a subnormal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- exponent
- min
- minimum
- View more
The minimum base 10 exponent for a normal double-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- double
- dbl
- floating-point
- float
- ieee754
- exponent
- min
- minimum
- View more
Calculate the range of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- maximum
- max
- range
- extremes
- dispersion
- domain
- View more
Smallest positive normalized single-precision floating-point number.
- stdlib
- stdmath
- constant
- const
- mathematics
- math
- float
- float32
- 32bit
- positive
- nonzero
- min
- minimum
- smallest
- View more
Smallest positive double-precision floating-point number.
Calculate the cumulative minimum of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- range
- extremes
- domain
- extent
- accumulate
- cumulative
- View more
Calculate the minimum value of a strided array, ignoring NaN values.
Calculate the minimum value of a strided array according to a mask, ignoring NaN values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- range
- extremes
- domain
- extent
- strided
- strided array
- View more
Calculate the range of a strided array according to a mask.
Calculate the range of a strided array, ignoring NaN values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- minimum
- min
- range
- extremes
- dispersion
- domain
- View more
Calculate the minimum value of a strided array via a callback function.