Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/math-base-special-hacoversin
Compute the half-value coversed sine.
@stdlib/math-base-special-ahaversin
Compute the inverse half-value versed sine.
@stdlib/math-base-special-ahavercos
Compute the inverse half-value versed cosine.
@stdlib/math-base-special-hacovercos
Compute the half-value coversed cosine.
@stdlib/math-iter-special-hacovercos
Create an iterator which computes the half-value coversed cosine for each iterated value.
@stdlib/math-iter-special-hacoversin
Create an iterator which computes the half-value coversed sine for each iterated value.
@stdlib/math-strided-special-ahavercos-by
Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.
@stdlib/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
@stdlib/math-iter-special-ahaversin
Create an iterator which computes the inverse half-value versed sine of each iterated value.
@stdlib/math-strided-special-ahaversin-by
Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.