Skip to content

Commit 427bfab

Browse files
authored
Merge pull request #442 from oguzutku1745/update-operators-square-root
Updated square_root
2 parents fb58bb5 + 8e64882 commit 427bfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/leo/04_operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ let a: field = 1field.square_root(); // 1field
11861186

11871187
#### Description
11881188

1189-
Computes the square root of the input, storing the result in `destination`.
1189+
Computes the square root of the input, storing the result in `destination`. If the input is a quadratic residue, the function returns the `smaller` of the two possible roots based on modular ordering. If the input is not a quadratic residue, execution halts.
11901190

11911191
#### Supported Types
11921192

0 commit comments

Comments
 (0)