sqrt
Node Type ID: "studio.tokens.math.sqrt"
Package
This is a core package available at Graph Engine
To install
- NPM
- Yarn
npm install @tokens-studio/graph-engine
yarn add @tokens-studio/graph-engine
Description
Calculates the square root of a number. This finds the value which, when multiplied by itself, equals the original number.
Inputs
radicand
No description
Outputs
value
No description
Example
No examples