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-acoversin
Compute the inverse coversed sine.
@stdlib/math-base-special-acovercos
Compute the inverse coversed cosine.
@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-covercos
Compute the coversed cosine.
@stdlib/math-base-special-avercos
Compute the inverse versed cosine.
@stdlib/math-base-special-aversin
Compute the inverse versed sine.
@stdlib/math-base-special-hacoversin
Compute the half-value coversed sine.
@stdlib/math-base-special-hacovercos
Compute the half-value coversed cosine.
@stdlib/math-base-special-coversin
Compute the coversed sine.
@stdlib/math-iter-special-aversin
Create an iterator which computes the inverse versed sine of each iterated value.
@stdlib/math-iter-special-acoversin
Create an iterator which computes the inverse coversed sine of each iterated value.
@stdlib/math-iter-special-covercos
Create an iterator which computes the coversed cosine for each iterated value.
@stdlib/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
@stdlib/math-iter-special-hacovercos
Create an iterator which computes the half-value coversed cosine for 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-iter-special-acovercos
Create an iterator which computes the inverse coversed cosine of each iterated value.
@stdlib/math-iter-special-avercos
Create an iterator which computes the inverse versed cosine of each iterated value.
@stdlib/math-iter-special-coversin
Create an iterator which computes the coversed sine for each iterated value.
@stdlib/math-strided-special-avercos-by
Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.