Changes between Initial Version and Version 1 of Ticket #5618, comment 2


Ignore:
Timestamp:
2019-08-20T06:37:52Z (5 years ago)
Author:
massimo ceraolo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5618, comment 2

    initial v1  
    33If, later I want to convert from pi/2 to pi/3, in case the constant is left symbolic is immediate, in the other it is not.
    44
    5 I understand that OMEdit when finds a literal constant in a sine argument, without unit or displayUnit, understands that that number is in radians, converts it into degrees, and allows the user to change it, defining the new value either in degrees or radians. It adds displayUnit accordingly. This is nice.
     5I understand that OMEdit when finds a literal constant in a sine argument, without unit or displayUnit, intends that that number is in radians, converts it into degrees, and allows the user to change it, defining the new value either in degrees or radians. It adds displayUnit accordingly. This is nice.
    66
    77When OMEdit does not find a literal constant it obviously does not make any conversion.
    88Since it does not make any conversion, the unit stays unchanged (radians in this ticket's case).
    99
    10 So, I think that the solution of the ticket is straightforward: no conversion -> no addition of displayUnit -> use of default unit in the dialog box (i.e. rads, unless a different displayUnit is present)
     10So, I think that the solution of the ticket is straightforward: no conversion -> no addition of displayUnit -> use of default unit in the dialog box (i.e. rads, unless a different displayUnit was present)
    1111