Browse Source

Removed specification of pi digits

Signed-off-by: Levi Harrison <git@leviharrison.dev>
pull/9239/head
Levi Harrison 3 years ago
parent
commit
74faea64dd
  1. 2
      docs/querying/functions.md

2
docs/querying/functions.md

@ -452,5 +452,5 @@ The trigonometric functions work in radians:
The following are useful for converting between degrees and radians: The following are useful for converting between degrees and radians:
- `deg(v instant-vector)`: converts radians to degrees for all elements in `v`. - `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`. - `rad(v instant-vector)`: converts degrees to radians for all elements in `v`.
Loading…
Cancel
Save