Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Use Chai to assert that HTTP responses satisfy an OpenAPI spec
Compute a moving maximum incrementally.
Compute the hyperbolic sine of a double-precision floating-point number.
Compute the reciprocal square root of a double-precision floating-point number.
Standard logistic function.
Apply a unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.
Apply a unary function to a double-precision floating-point strided input array according to a strided mask array and assign results to a double-precision floating-point strided output array.
Sort a single-precision floating-point strided array using heapsort.
Return the index of the last element which equals a provided search element according to the same value algorithm.
Like invariant and tiny-invariant, but smarter
Replace chunks of whitespace with a single spaces
Test if a value is an uppercase string.
Double-precision floating-point NaN.
Return a regular expression to capture the last part of a POSIX path.
F distribution differential entropy.
Dirichlet eta function.
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Truncated normal distribution probability density function (PDF).
Create a filled four-dimensional nested array according to a provided callback function.
detect when tap output is finished
Create a filled five-dimensional nested array.
Chi distribution expected value.
The Assertion Tool is designed to enhance your testing framework by allowing tests to continue running even when assertions fail. Instead of halting the test upon an assertion failure, it will capture the error and continue running the test suite.