I_Is_Payton_ submitted a new plugin: PocketCalc - PocketCalc does simple math operations in game and in console! Read more about this plugin...
I_Is_Payton_ updated PocketCalc with a new update entry: PocketCalc Read the rest of this update entry...
I_Is_Payton_ updated PocketCalc with a new update entry: PocketCalc Read the rest of this update entry...
LIKE the plugin but I can use my head to calculate massive numbers unlike some people but anyway GREAT Job
I think a cool feature would be logically parsing equations taking into account the order of operations (5+10*2), obviously that's easier said than done. Maybe also a system to square and root?
I_Is_Payton_ updated PocketCalc with a new update entry: PocketCalc (Bug fixes ) Read the rest of this update entry...
I_Is_Payton_ updated PocketCalc with a new update entry: PocketCalc (Square root added) Read the rest of this update entry...
Ceil() rounds values always up, floor() rounds values always down and round() rounds values to the closest number. But I would suggest you to use this: PHP: round(sqrt($arg[0]), 3); because it will round the value three digits after the decimal