Browse Source
This was giving type conversion warnings for the forced int > double > int conversion. The int + int operation in the middle was also flagged as it gets upcast during the multiplication (despite the values always being well within the range of an int) so using long constants there to avoid it.pull/2307/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue