radians
There are 114 repositories under radians topic.
NetFabric/NetFabric.Numerics
A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and geodetic.
muellan/numeric
numeric facilities for C++ 14; dual numbers, dual quaternions, constrained numbers, intervals
pixeldock/PXDToolkit
A collection of Swift utility extensions and functions
NetFabric/NetFabric.Angle
An immutable double-precision angle that supports revolutions, radians, degrees, and gradians.
dmnsgn/glsl-constants
Common GLSL math constants (with 11 decimals) available both as ES modules strings and as GLSL files for use with glslify.
RobTillaart/Angle
Arduino library for basic math for Angles in degrees, minute, seconds
semibran/radians
:pizza: Convert between degrees and radians
stdlib-js/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
stdlib-js/math-base-special-acoth
Compute the inverse hyperbolic cotangent.
stdlib-js/math-base-special-acsch
Compute the hyperbolic arccosine of a number.
stdlib-js/math-base-special-asinh
Compute the hyperbolic arcsine of a number.
stdlib-js/math-base-special-cos
Compute the cosine of a number.
stdlib-js/math-base-special-cosm1
Compute the cosine of a number minus one.
stdlib-js/math-base-special-deg2radf
Convert an angle from degrees to radians (single-precision).
stdlib-js/math-base-special-fast-atanh
Compute the hyperbolic arctangent of a number.
stdlib-js/math-base-special-havercos
Compute the half-value versed cosine.
stdlib-js/math-base-special-kernel-tan
Compute the tangent of a number on [-π/4, π/4].
stdlib-js/math-base-special-sin
Compute the sine of a number.
stdlib-js/math-base-special-sincos
Simultaneously compute the sine and cosine of a number.
stdlib-js/math-base-special-sincospi
Simultaneously compute the sine and cosine of a number times π.
stdlib-js/math-base-special-sinpi
Compute sin(πx).
stdlib-js/math-base-special-vercos
Compute the versed cosine.
stdlib-js/math-iter-special-asinh
Create an iterator which computes the hyperbolic arcsine of each iterated value.
stdlib-js/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
stdlib-js/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
stdlib-js/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
stdlib-js/math-iter-special-havercos
Create an iterator which computes the half-value versed cosine for each iterated value.
stdlib-js/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
stdlib-js/math-iter-special-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
stdlib-js/math-iter-special-sinpi
Create an iterator which computes the sine of each iterated value times π.
stdlib-js/math-iter-special-vercos
Create an iterator which computes the versed cosine for each iterated value.
stdlib-js/math-iter-special-versin
Create an iterator which computes the versed sine for each iterated value.
stdlib-js/math-strided-special-acosh-by
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
stdlib-js/math-strided-special-acoth-by
Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.
stdlib-js/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
stdlib-js/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.