SQRT2
Returns the square root of 2, approximately equal to 1.414
Try it yourself:
$1 | SQRT2 Your input: SQRT2 Processed to: SQRT2 Result: 1.414213562373095048801688724209698078569671875376948073176679738 lastResult: undefined Variables: {} | 1.414213562 |
$2 | sqrt(2) Your input: sqrt(2) Processed to: sqrt(2) Result: 1.414213562373095048801688724209698078569671875376948073176679738 lastResult: 1.414213562373095048801688724209698078569671875376948073176679738 Variables: { "result": { "mathjs": "BigNumber", "value": "1.414213562373095048801688724209698078569671875376948073176679738" }, "$1": { "mathjs": "BigNumber", "value": "1.414213562373095048801688724209698078569671875376948073176679738" } } | 1.414213562 |