Re: CTFE fmod ?

2015-11-20 Thread userABCabc123 via Digitalmars-d-learn
On Friday, 20 November 2015 at 13:44:11 UTC, rumbu wrote: On Friday, 20 November 2015 at 11:16:13 UTC, userABCabc123 wrote: [...] [...] Not thoroughly tested and only works for doubles, but this must do the trick. [...] Thx, it works, easy to adapt to float.

Re: CTFE fmod ?

2015-11-20 Thread rumbu via Digitalmars-d-learn
On Friday, 20 November 2015 at 11:16:13 UTC, userABCabc123 wrote: Does someone have a good CTFE fmod() function ? The problem is that std.math.fmod() is itself not available at CT, neither do floor() or similar functions necessary to get the quotient when the input value is two times