From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1f0e8beefacb537e X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Engineering types hierarchy Date: 1999/09/09 Message-ID: <7r9laf$1rk6$1@news.gate.net>#1/1 X-Deja-AN: 523191986 References: <7r50i7$e893@svlss.lmms.lmco.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 936925327 61062 199.227.148.141 (10 Sep 1999 01:02:07 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 10 Sep 1999 01:02:07 GMT Newsgroups: comp.lang.ada Date: 1999-09-10T01:02:07+00:00 List-Id: You may find this article on AdaPower of assitance: * Dimensional Arithmetics (Units of Measure) in Ada (Grein) http://www.adapower.com/lang/dimension.html David Botton David Kristola wrote in message <7r50i7$e893@svlss.lmms.lmco.com>... >Hello, > >I am trying to put together a robust and easily usable >hierarchy of types packages to support a collection of >engineering units (kilograms, meters, seconds, etc.) >in scalar, vector, and matrix forms.