fmodf outputs the floating-point remainder of x/y, e.g is a floating-point modulus operator.
modf splits the incoming data into its intergral and fractional parts, e.g if its input is 12.3 then its outputs are 12.0 and 0.3
It's nothing that can't already be done in Usine but I find it quicker to have dedicated modules for them
