Page 1 of 1

Posted: 28 Sep 2011, 12:43
by caco
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 :)

Posted: 28 Sep 2011, 13:26
by senso
cool+++

Posted: 28 Sep 2011, 23:11
by ethnix73
Thanks caco!

Posted: 29 Sep 2011, 09:33
by senso
I think there is a small linking issue with your modules:
I have the message
"libstdc++-6.dll is missing on this computer"

Posted: 29 Sep 2011, 10:38
by nay-seven
and here ,i don't have error message, but there's no name , only the icon
and the module is invalid ( vista machine)

Posted: 29 Sep 2011, 11:37
by caco
I wish I had never updated by version of GCC, this never happened with the previous versions. Still it could be worse I could be using Visual Studio :D

The modules should have linked correctly the first time but I have recompiled them and the binary has grown in size so I think it should now be fixed if you want to download them again.

Once they are confirmed to be working I will add wiki pages for them.

Posted: 29 Sep 2011, 12:27
by nay-seven
ok here !
;-)

Posted: 29 Sep 2011, 13:19
by senso
woks now, great job+++