Using Vars with float methods
J^3
Posts: 121
Good Evening All,
I am having trouble using the floating point methods in float32full with vars (which I have declared as longs). For example, if I pass two floating point constants to the method POW(a,b) it works just fine, but if I replace "a" with a var that has been made a float, I get unexpected results.
Any help would be appreciated, and my project is attached for reference, thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 10 types of people that understand binary, those who do, and those who don't.
I am having trouble using the floating point methods in float32full with vars (which I have declared as longs). For example, if I pass two floating point constants to the method POW(a,b) it works just fine, but if I replace "a" with a var that has been made a float, I get unexpected results.
Any help would be appreciated, and my project is attached for reference, thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 10 types of people that understand binary, those who do, and those who don't.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There are 10 types of people that understand binary, those who do, and those who don't.