Accept float operations in complex math formulars!
Posted: Thu Sep 08, 2005 3:08 am
Hi PureTeam!
Sometimes i am working with some more complex math formulars! Here is just only a very small example... Would there be any way to do such things in only one line, instead calculating x steps and storing the result in another value!? I would be very glad when one of the next compiler versions would except such operations in one line, if possible
Its hard to rewrite more complex math formulars! Afaik, such stuff was possible somewhere around v2.50 or v2.70 !?
Sometimes i am working with some more complex math formulars! Here is just only a very small example... Would there be any way to do such things in only one line, instead calculating x steps and storing the result in another value!? I would be very glad when one of the next compiler versions would except such operations in one line, if possible
Code: Select all
fNerved.f = (Int(fTest.f) + lAnotherVal.l) % lThisVal