bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10554: 24.0.92; No units specified (dimensionless quantities in Emac


From: Roland Winkler
Subject: bug#10554: 24.0.92; No units specified (dimensionless quantities in Emacs Calc)
Date: Fri, 20 Jan 2012 14:30:10 -0600

On Fri Jan 20 2012 Jay Belanger wrote:
> > Here the user is posing a problem with no uniquely defined answer.
> > The answer could be expressed in km/hr but also in km/s or in km eV/hbar.
> 
> But what /should/ happen?  Would you like an error signaled?  Otherwise,
> the current behavior is the most reasonable.

I would, indeed, consider it quite OK if an error was signaled. Say,
if there was an option calc-throw-error-if-units-mismatch, I'd bind
it to t.

> >> But what if you ask Calc to convert a units expression into a
> >> dimensionless number when it can't be so converted?
> >
> > again: I'd give this scenario the lowest priority.
> 
> I'm not sure what you mean by giving it low priority. Either it
> happens or it doesn't, and Calc needs to do something if it
> happens.

I guess we can have the following scenarios that can be handled as
follows:

(1) If the old expression and the new unit have the same dimension,
    "1" should be treated like any other unit.

    So this means: 

    - if the old expression has units that cancel completely (e.g.,
      as in my orginal bug report) or it has a unit like "alpha",
      one can specify "1" as the new unit and the unit conversion
      returns a plain number.

    - similarly: if the old expression is just a number (i.e., unit
      "1"), this can be converted to other dimensionless units such
      as "alpha" without being asked for the old unit.

      (Yes, I am irritated if calc-convert-units asks me about the
      old unit if there is just a plain number on the stack. So
      backward compatibility would probably require a variable such
      as calc-treat-numbers-as-dimensional, bound to nil by
      default.)

(2) The old expression is not dimensionless such as "7 m", the new
    unit is "1". Here I suggest that partial conversion means to
    return the old expression without any unit conversion.

    (this would be quite consistent with how Calc already treats the
    case that the old expression is something like "7 m", and the
    new unit is "alpha".)

(3) The old expression is a dimensionless number, the requested new
    unit is something like "m":

    Here I suggest to just return the old expression unmodified

    (again, this would be quite consistent with how Calc already
    treats the case that the old expression is something like
    "7 alpha", where conversion to any other unit gives a
    dimensionless number.

Did I miss another possibility? If yes, I am sure that it has a
reasonable solution, too.

(Even if Calc handled dimensionless quantities this way, I would
bind calc-throw-error-if-units-mismatch to t because in my work a
unit mismatch between old and new means a mismatch between what I
have and what I expect to get.)

Roland





reply via email to

[Prev in Thread] Current Thread [Next in Thread]