Sqrt

Copied!
( value )

Description

The Sqrt function returns the positive square root of the provided numeric value.

Parameters

Parameter Type Definition and Requirements

value

The Number whose square root should be returned.

Returns

The numeric square root of value.

Examples

The following query returns the square root of 16:

Copied!
(16)
4
Query metrics:
  •    bytesIn:  11

  •   bytesOut:  16

  • computeOps:   1

  •    readOps:   0

  •   writeOps:   0

  •  readBytes:   0

  • writeBytes:   0

  •  queryTime: 2ms

  •    retries:   0

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!