Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Dec 30, 2024
1 parent eb92b3e commit ca07447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealql/functions/database/math.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ RETURN math::min([ 26.164, 13.746189, 23, 16.4, 41.42 ]);
See also:

* [`array::min`](/docs/surrealql/functions/database/array#arraymin), which extracts the least value from an array of values
* [`time::max`](/docs/surrealql/functions/database/time#timemin), which extracts the least datetime from an array of datetimes
* [`time::min`](/docs/surrealql/functions/database/time#timemin), which extracts the least datetime from an array of datetimes

## `math::mode`

Expand Down

0 comments on commit ca07447

Please sign in to comment.