Removed specification of pi digits

Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
Levi Harrison 2021-08-24 11:57:02 -04:00
parent 9c54ee0a6e
commit 74faea64dd
1 changed files with 1 additions and 1 deletions

View File

@ -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`.