Search npm for packages to use with Deno
Millions of packages that you already know npm are just a few keystrokes away.
Add them to your projects with a simple command that will already feel familar.
Add them to your projects with a simple command that will already feel familar.
@stdlib/math-base-special-kernel-cos
Compute the cosine of a double-precision floating-point number on [-π/4, π/4].
@stdlib/math-base-special-cos
Compute the cosine of a number.
@stdlib/math-base-special-sincos
Simultaneously compute the sine and cosine of a number.
@stdlib/math-base-special-cospi
Compute cos(πx).
@stdlib/math-base-special-cosm1
Compute the cosine of a number minus one.
@stdlib/math-base-special-sincospi
Simultaneously compute the sine and cosine of a number times π.
@stdlib/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
@stdlib/math-iter-special-cosm1
Create an iterator which computes `cos(x) - 1` for each iterated value.
@stdlib/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
math-cos
Computes the cosine of a number.
@stdlib/math-strided-special-cos-by
Compute the cosine for each element retrieved from an input strided array via a callback function.
math-cospi
Computes cos(πx).