Commit aa29628
authored
fix: make fmod take the correct amount of parameters (#535)
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.1 parent ecbf153 commit aa29628
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | | - | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments