next node: NatConv,
prev node: Real,
up to node: Subsystem Numbers


IntConv

Signature of IntConv

List of Import References :
See BOOL
See DENOTATION
See Int
See Nat
See Real

SIGNATURE IntConv

$Date: 1998/06/16 15:59:57 $ ($Revision: 1.1.1.1 $)

-- converting integer numbers

IMPORT Nat ONLY nat
       Int ONLY int
       Real ONLY real

-- Converting to denotation
FUN ` : int -> denotation

-- Converting to other numeric types
FUN asNat:  int -> nat  -- asNat(i) is defined, if i >= 0
    asReal: int -> real


next node: NatConv,
prev node: Real,
up to node: Subsystem Numbers