Re: An Efficient Scalar Class in Python

2006-03-23 Thread konrad . hinsen
On 23.03.2006, at 22:48, Ben Finney wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > >> A Python class was designed to represent physical scalars and to >> eliminate errors involving implied physical units (e.g., confusing >> angular degrees and radians). > > This sounds like a useful ab

Re: An Efficient Scalar Class in Python

2006-03-23 Thread Ben Finney
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > A Python class was designed to represent physical scalars and to > eliminate errors involving implied physical units (e.g., confusing > angular degrees and radians). This sounds like a useful abstraction; I'm not sure if there are established ways