diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
commit | a69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch) | |
tree | f0bc974f8805049e6b9a4e6864886298fbaa05a4 /phil-spc.scm | |
parent | 4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff) | |
download | slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip |
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'phil-spc.scm')
-rwxr-xr-x[-rw-r--r--] | phil-spc.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phil-spc.scm b/phil-spc.scm index ec0bc0f..dfc962e 100644..100755 --- a/phil-spc.scm +++ b/phil-spc.scm @@ -136,8 +136,9 @@ ;;@defun integer->gray-code k ;;Converts @var{k} to a Gray code of the same @code{integer-length} as ;;@var{k}. +;;@end defun ;; -;;@defunx gray-code->integer k +;;@defun gray-code->integer k ;;Converts the Gray code @var{k} to an integer of the same ;;@code{integer-length} as @var{k}. ;; |