From 74faea64ddfc98aa048bed13d14a333a61129b02 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Tue, 24 Aug 2021 11:57:02 -0400 Subject: [PATCH] Removed specification of pi digits Signed-off-by: Levi Harrison --- docs/querying/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/functions.md b/docs/querying/functions.md index 4822d331d..45a559b7e 100644 --- a/docs/querying/functions.md +++ b/docs/querying/functions.md @@ -452,5 +452,5 @@ The trigonometric functions work in radians: The following are useful for converting between degrees and radians: - `deg(v instant-vector)`: converts radians to degrees for all elements in `v`. -- `pi()`: returns the first 16 digits of Pi. +- `pi()`: returns pi. - `rad(v instant-vector)`: converts degrees to radians for all elements in `v`. \ No newline at end of file