Changes between Initial Version and Version 1 of Ticket #5618, comment 2
- Timestamp:
- 2019-08-20T06:37:52Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5618, comment 2
initial v1 3 3 If, 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. 4 4 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.5 I 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. 6 6 7 7 When OMEdit does not find a literal constant it obviously does not make any conversion. 8 8 Since it does not make any conversion, the unit stays unchanged (radians in this ticket's case). 9 9 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)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 was present) 11 11