List of Import References :
See BOOL
See DENOTATION
See Int
See Nat
See Real
SIGNATURE IntConv
$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)
-- 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