@stdlib/math-base-tools-normhermitepoly
Evaluate a normalized Hermite polynomial using double-precision floating-point arithmetic.
Evaluate a normalized Hermite polynomial using double-precision floating-point arithmetic.
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
Compute the sum of an infinite series.
Base math utilities.
Compute the absolute difference of two real numbers.
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
Compute the relative difference of two real numbers.
Math iterators.
Math operator iterators.
Create an iterator which generates a sequence of triangular numbers.
Create an iterator which generates a Tribonacci sequence.
Math iterators for special functions.
Create an iterator which computes the absolute value of each iterated value.
Create an iterator which generates a nonnegative integer sequence.
Create an iterator which generates a sequence of nonpositive even integers.
Create an iterator which performs element-wise addition of two or more iterators.
Create an iterator which performs element-wise division of two or more iterators.
Create an iterator which performs an element-wise modulo operation of two or more iterators.
Create an iterator which performs element-wise multiplication of two or more iterators.
Apply a plane rotation.