Skip to content

fix: make fmod take the correct amount of parameters#535

Merged
paxcut merged 1 commit into
WerWolv:masterfrom
knightartefact:master
Jun 25, 2026
Merged

fix: make fmod take the correct amount of parameters#535
paxcut merged 1 commit into
WerWolv:masterfrom
knightartefact:master

Conversation

@knightartefact

Copy link
Copy Markdown
Contributor

The previous version of the std::math::fmod function only took one argument which was incorrect and rendered the function impossible to use.

This patch fixes this issue by making the std::math::fmod function take 2 arguments (numerator and denominator) so the remainder of the division can be effectively calculated.

The previous version of the std::math::fmod function only took one argument
which was incorrect and rendered the function impossible to use.

This patch fixes this issue by making the std::math::fmod function take 2 arguments (numerator and denominator) so the remainder of the division can be effectively calculated.
@paxcut
paxcut merged commit aa29628 into WerWolv:master Jun 25, 2026
2 checks passed
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.

2 participants