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

int64*

int64+

int64-

int64/ Functions

Summary

The arithmetic operators for int64 objects.

Package

system

Signatures

int64* x y => int64

int64+ x y => int64

int64- x y => int64

int64/ x y => int64

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

The function int64* is the multiply operator for int64 objects.

The function int64+ is the add operator for int64 objects.

The function int64- is the subtract operator for int64 objects.

The function int64/ is the divide operator for int64 objects.

x and y can be int64 objects or integers of type (signed-byte 64).

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