Skip to content
Snippets Groups Projects

Avoid implicit conversion from float to double

Merged Marco Clemencic requested to merge 299-fix-double-promotion into master

Force the operands to either double or float depending on what required fewer modifications.

In all cases found using float is enough, but when only 1 out of 5 operands is a float I decided to use double.

Closes #299 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading