All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

int64-minusp

int64-plusp

int64-zerop Functions

Summary

The minusp, plusp and zerop tests for an int64 object.

Package

system

Signatures

int64-minusp x => result

int64-plusp x => result

int64-zerop x => result

Arguments
An int64 object or an integer of type (signed-byte 64).
Values
result
A boolean.
Description

The function int64-minusp tests whether its argument x is int64< than the value of +int64-0+.

The function int64-plusp tests whether its argument x is int64> than the value of +int64-0+.

The function int64-zerop tests whether its argument x is int64= to the value of +int64-0+.

See the section 28.2.3 Fast 64-bit arithmetic for more information about the INT64 API.

See also

int64


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02