Skip to content

mix reference and value in math operators#45

Merged
TorBorve merged 4 commits intomainfrom
feature/use-reference-in-core
May 2, 2025
Merged

mix reference and value in math operators#45
TorBorve merged 4 commits intomainfrom
feature/use-reference-in-core

Conversation

@TorBorve
Copy link
Copy Markdown
Owner

@TorBorve TorBorve commented May 2, 2025

  • allow mixing of reference and value in math operators. Such as:
let s = Tf::s();
let sys = 1.0 / &s * (10.0 / (&s + 10.0);

@TorBorve
Copy link
Copy Markdown
Owner Author

TorBorve commented May 2, 2025

fixes #44

@codecov
Copy link
Copy Markdown

codecov bot commented May 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@TorBorve TorBorve merged commit 4967d17 into main May 2, 2025
7 checks passed
@TorBorve TorBorve deleted the feature/use-reference-in-core branch May 9, 2025 08:00
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.

1 participant