Posted: 28 Sep 2011, 12:43
I have just uploaded two new user modules for doing math with incase they are useful to anyone else.
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
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