15.09.2010, 21:14
Handy list. Good work.
Just one small flaw:
String to Float.
And I'd be happy if anyone can me provide me with a WORKING example of the float power operator (^).
I tested some code with that operator, but even simple operations don't return anything.
Should output 5.0, but just gives 0.0. (power 0.5 is the same as taking the square root of a value).
Just one small flaw:
Quote:
I just made this tutorial real quick, as people tend do not using their brain when they ask
Code:
floatstr = Float to String |
And I'd be happy if anyone can me provide me with a WORKING example of the float power operator (^).
I tested some code with that operator, but even simple operations don't return anything.
pawn Code:
printf("%.1f", (25.0 ^ 0.5));