Skip to content

Support caret when pasting math formula strings. Pasting "2*2" works but pasting "2^32" fails. #299

@ghost

Description

Calc has long supported the useful ability to paste math expressions.

Success

  1. Copy (2 + 2) * 4 to the clipboard
  2. Paste into Calculator in Scientific Mode
  3. Calculator displays "16"

Success

  1. Manually type 2 ^ 8
  2. Calculator displays "256"

Fail

  1. Copy 2 ^ 8 to the clipboard
  2. Calculator says Invalid Input

Expected behaviour of pastes should be same as manually typing the numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: User ExperienceIssue primarily affects end user experience and are not covered by other areasPri: 2fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions