diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-08-12 07:31:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-08-12 07:31:36 -0400 |
commit | 692eb45def187e2f2dbe7e40eacf27b2058c88bd (patch) | |
tree | f63749ccb9a43c2644a04a6bdab7137646e47b2e /doc | |
parent | b7350d996b5ef4942caf1e475bbd3a9d4c7bf5a9 (diff) |
math: Rename 2pi to tau.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 96ac394..68cffef 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -581,7 +581,7 @@ approximation that is ``good enough.'' Half of @var{pi}. @end defvar -@defvar 2pi +@defvar tau Twice @var{pi}. @end defvar |