@csstools/postcss-exponential-functions
Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS
Found 61 results for sqrt
Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS
Square root of double-precision floating-point epsilon.
Compute the principal square root of a double-precision floating-point number.
A BigInt can represent whole numbers larger than 2⁵³ - 1.
Square root of 2π.
Natural logarithm of the square root of 2π.
Square root of 2.
🐊Putout plugin adds ability to convert 'Math.imul()' to operator '*'
🐊Putout plugin adds ability to convert 'Math.sqrt()' to 'Math.hypot()'
Computes the principal square root.
Square root of single-precision floating-point epsilon.
Square root of π.
Computes an element-wise principal square root.
A BigInt can represent whole numbers larger than 2⁵³ - 1 {web}.
Square root of BigInts
Square root of 3.
Square root of the golden ratio.
Square root of 0.5π.
Square root of half-precision floating-point epsilon.
Compute the reciprocal square root of a single-precision floating-point number.
Compute the reciprocal square root of a double-precision floating-point number.
Compute an integer square root.
Square root of 1/2.
Fourth root of double-precision floating-point epsilon.
@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)
A collection of mathematical utility functions including operations like clamp, lerp, normalize, and more.
Compute the reciprocal square root for each element in a strided array.
Floating point complex square root
A TypeScript utility library providing essential mathematical operations and functions for developers. It includes basic arithmetic operations, statistical calculations, combinatorics, rounding functions, and more. Perfect for JavaScript and TypeScript pr
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a double-precision floating-point strided array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Compute the principal square root for each element in a strided array.
Create an iterator which computes the principal square root of each iterated value.
Square root of 2.
Square root of the golden ratio.
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
Natural logarithm of the square root of 2π.
math code bricks for JavaScript
Compute sqrt(1 + x) - 1.
Compute common and modular square roots
Square root of double-precision floating-point epsilon.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Square root of the golden ratio.
Create an iterator which computes `sqrt(1+x) - 1` for each iterated value.
Square root of 1/2.
Simple Mathematical string parser.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Small math project
A utility to calculate the regression of y=(mx+b)^(1/2).
A comprehensive npm package offering 10 essential calculator functions, including addition, subtraction, multiplication, division, exponentiation, square root, logarithm, sine, cosine, and tangent. Perfect for quick and efficient mathematical computations
Mathematical Operation Services
it gives the sqrt of a number in o(n) complexity
```javascript import { cubeRoot } from 'cuberoot';
program
Calculate the square root of something dynamically in CSS