BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

knot - bitwise not (invert) function

LIBRARY CALL

unsigned long knot(
   unsigned long x)

INPUT

OUTPUT

none

RETURN VALUE

The unsigned long inverted bit value of the input argument.

DESCRIPTION

The knot function returns a value computed by inverting all bits in the input value.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibm/src/extensions.c

SEE ALSO

klibm(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.