Performance of some basic operations

Hi

In my code I’m quite abusing these functions: ceil(), floor(), fmod(), and %.

Is that ok in terms of performance?
I mean isn’t any better alternative in Juce that I don’t know about or some other better stuff?

Thank you

rules of optimization :wink: