Handbook
Glossary
bignum-bitnot ( x -- y )
Vocabulary
math
.
private
Inputs
x
a
bignum
Outputs
y
a
bignum
Word description
Primitive version of
bitnot
.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word
bitnot
instead.
Definition
IN:
math.private
PRIMITIVE:
bignum-bitnot
( x -- y )
foldable
flushable