SQRT function

From Planfix
Revision as of 07:36, 9 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=Function SQRT |titlemode=append |keywords=planfix, function, square root, root |description=Function SQRT }} '''SQRT()''' — returns the positive value of the square root. == Format == '''SQRT(number)''' == Examples == {| class="wikitable" |- ! style="weight:bold;" | Formula ! style="weight:bold;" | Description ! style="weight:bold;" | Result |- |SQRT(16) |Square root of number 16 |4 |- |SQRT(-16) |Square root of number -16 |ERRO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SQRT() — returns the positive value of the square root.

Format

SQRT(number)


Examples

Formula Description Result
SQRT(16) Square root of number 16 4
SQRT(-16) Square root of number -16 ERROR
SQRT(ABS(-16)) Using the ABS function, get the absolute value of -16, then find the square root 4


Go To