is there a builtin method to get the % (percent) value of x?
Printable View
is there a builtin method to get the % (percent) value of x?
I'm not aware of any but why look for a built in method when it's so simple.
make it into a function and in your code it should be x * 0.5 for 50% and so on
thnx. i was looking for a builtin function...anyway i made a function for these. thnx.