From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 20 Jul 93 17:45:20 GMT From: cis.ohio-state.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu!csn!news .den.mmc.com!iplmail!procyon!kcronin@ucbvax.Berkeley.EDU Subject: Question on fixed point range constraints Message-ID: <1993Jul20.174520.2243@iplmail.orl.mmc.com> List-Id: I'm trying to create a fixed point type without narrowly constraining its range. I'd like to use an attribute for this. Can anyone suggest a way to do this? i.e I do not want to do this: type Velocity is delta 0.01 range -1.0 .. 1.0; I'd like to do something like this; type Velocity is delta 0.01 range ?'small .. ?'large;