math: docs fix
parent
6eceff6acb
commit
e45816cf9b
|
@ -403,7 +403,7 @@ HELP: number
|
||||||
|
|
||||||
HELP: next-power-of-2
|
HELP: next-power-of-2
|
||||||
{ $values { "m" "a non-negative integer" } { "n" "an integer" } }
|
{ $values { "m" "a non-negative integer" } { "n" "an integer" } }
|
||||||
{ $description "Outputs the smallest power of 2 greater than " { $snippet "m" } ". The output value is always at least 1." } ;
|
{ $description "Outputs the smallest power of 2 greater than " { $snippet "m" } ". The output value is always at least 2." } ;
|
||||||
|
|
||||||
HELP: power-of-2?
|
HELP: power-of-2?
|
||||||
{ $values { "n" integer } { "?" "a boolean" } }
|
{ $values { "n" integer } { "?" "a boolean" } }
|
||||||
|
|
Loading…
Reference in New Issue