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

NextPrevUpTopContentsIndex

int32*

int32+

int32-

int32/

Functions
Summary

The arithmetic operators for int32 objects.

Package

system

Signatures

int32* x y => int32

int32+ x y => int32

int32- x y => int32

int32/ x y => int32

Arguments

x

An int32 object or an integer of type (signed-byte 32) .

y

An int32 object or an integer of type (signed-byte 32) .

Values

int32

An int32 object.

Description

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

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

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

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

See the section Fast 32-bit arithmetic for more information about the INT32 API.

See also

int32


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex