A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.lispworks.com/documentation/HyperSpec/Body/f_minusp.htm below:

CLHS: Function MINUSP, PLUSP

CLHS: Function MINUSP, PLUSP Function MINUSP, PLUSP

Syntax:

minusp real => generalized-boolean

plusp real => generalized-boolean

Arguments and Values:

real---a real.

generalized-boolean---a generalized boolean.

Description:

minusp returns true if real is less than zero; otherwise, returns false.

plusp returns true if real is greater than zero; otherwise, returns false.

Regardless of whether an implementation provides distinct representations for positive and negative float zeros, (minusp -0.0) always returns false.

Examples:

 (minusp -1) =>  true
 (plusp 0) =>  false
 (plusp least-positive-single-float) =>  true

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if real is not a real.

See Also: None.

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4