Skip to content

Make the math parser allow a number's implicit multiplication after a non-number operand - #4561

Merged
Keavon merged 1 commit into
masterfrom
math-parser-trailing-coefficients
Sep 21, 2026
Merged

Keavon merged 1 commit into
masterfrom
math-parser-trailing-coefficients

Conversation

@Keavon

@Keavon Keavon commented Sep 21, 2026

Copy link
Copy Markdown
Member

Makes x 2 valid, not just 2 x or 2x. Numbers on the right side still can't start with a decimal point, so .5x and .5 x are fine but x.5 and x .5 still are not.

Partly closes #2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@Keavon
Keavon merged commit 679421e into master Sep 21, 2026
10 checks passed
@Keavon
Keavon deleted the math-parser-trailing-coefficients branch September 21, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue: Math expression parser/calculator

1 participant