aboutsummaryrefslogtreecommitdiffstats
path: root/phil-spc.txi
diff options
context:
space:
mode:
Diffstat (limited to 'phil-spc.txi')
-rwxr-xr-x[-rw-r--r--]phil-spc.txi6
1 files changed, 4 insertions, 2 deletions
diff --git a/phil-spc.txi b/phil-spc.txi
index 62b1bae..46d80d1 100644..100755
--- a/phil-spc.txi
+++ b/phil-spc.txi
@@ -41,7 +41,8 @@ non-negative integer @var{scalar}. The lists returned by @code{integer->hilbert
0 and 1 will differ in the first element.
-@defunx integer->hilbert-coordinates scalar rank k
+@end defun
+@defun integer->hilbert-coordinates scalar rank k
@var{scalar} must be a nonnegative integer of no more than
@code{@var{rank}*@var{k}} bits.
@@ -80,8 +81,9 @@ of Hilbert space-filling curves.
@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}.