math: typo in rem docs
parent
a615700af1
commit
db663548f9
|
@ -212,7 +212,7 @@ HELP: recip
|
||||||
HELP: rem
|
HELP: rem
|
||||||
{ $values { "x" rational } { "y" rational } { "z" rational } }
|
{ $values { "x" rational } { "y" rational } { "z" rational } }
|
||||||
{ $description
|
{ $description
|
||||||
"Computes the remainder of dividing " { $snippet "x" } " by " { $snippet "y" } ", with the remainder always positive."
|
"Computes the remainder of dividing " { $snippet "x" } " by " { $snippet "y" } ", with the remainder always positive or zero."
|
||||||
{ $list
|
{ $list
|
||||||
"Given fixnums, always yields a fixnum."
|
"Given fixnums, always yields a fixnum."
|
||||||
"Given bignums, always yields a bignum."
|
"Given bignums, always yields a bignum."
|
||||||
|
|
Loading…
Reference in New Issue