From c68106172e7115ec1f69538d757144df8ca70b7b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 8 Apr 2020 17:01:16 -0400 Subject: math: Add 2pi variable. * chickadee/math.scm (2pi): New variable. --- doc/api.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index f553f25..3992c06 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -571,6 +571,10 @@ approximation that is ``good enough.'' Half of @var{pi}. @end defvar +@defvar 2pi +Twice @var{pi}. +@end defvar + @deffn {Procedure} cotan z Return the cotangent of @var{z}. @end deffn -- cgit v1.2.3