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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9742b7560760142d X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: WG: SI Units - has Ada missed the boat? Date: Tue, 10 Jul 2007 02:22:54 -0700 Organization: http://groups.google.com Message-ID: <1184059374.945242.131060@g4g2000hsf.googlegroups.com> References: NNTP-Posting-Host: 81.156.56.52 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1184059375 29522 127.0.0.1 (10 Jul 2007 09:22:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Jul 2007 09:22:55 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g4g2000hsf.googlegroups.com; posting-host=81.156.56.52; posting-account=SUPfBg0AAAD2c27sxTjOFS-ntqB08gQH Xref: g2news1.google.com comp.lang.ada:16453 Date: 2007-07-10T02:22:54-07:00 List-Id: On Jul 9, 9:55 am, "Grein, Christoph (Fa. ESG)" wrote: > I have to admit that I was the main perpetrator who killed that > proposal. And I'm ok with that - it clearly wasn't going to be solved in time. Shame though. > I don't know C++ and so I do not know how it deals mit rad, Newton > Meters and Joule in > > Work [Joule] = Torque [Newton*Meter] * Angle [rad] Certainly Nm is covered. I've never seen a Nmrad before, so no idea! > Or sin x = x + x**3/3! + ... where x is in rad, sin x has dimension 1 > (not rad). Doubtful... This one seems like a real corner case and I'm not sure it would be worth covering in any languages implementation. Seems like we'd be letter "best" be the evil of "good enough" here. > Or Bq = 1/s, Hz = 1/s, but Bq /= Hz. Certainly the reference implementation has Bq and Hz defined separately. Cheers -- Martin