-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Aspect/EditorThis is related to CSharpMath.Editor.This is related to CSharpMath.Editor.Resolution/ImplementedThe described enhancement or housekeeping work has been implemented.The described enhancement or housekeeping work has been implemented.Type/Enhancement
Description
Divide after an expression should always grab something before if something exists. Currently it doesn't do this after some atom types, including brackets and roots.
Current behaviour:
This works: abc+def divide 2
This nicely grabs multiplications but not divisions.
This doesn't work: (1+2) divide 3
This also doesn't work: sqrt 2 right divide 3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Aspect/EditorThis is related to CSharpMath.Editor.This is related to CSharpMath.Editor.Resolution/ImplementedThe described enhancement or housekeeping work has been implemented.The described enhancement or housekeeping work has been implemented.Type/Enhancement


