Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Round off numers

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
whizz
Posts: 28
Joined: March 29th, 2005, 1:51 pm

Round off numers

Post by whizz »

I would like a plugin to round off numbers.

For example:

I get (from a variabele) 5.34178930789
I want it to show 5.34
(or 5.432)


I use this one:

Code: Select all

$Rss(http://stats.wilc0.com/whizz.php,d,7)%
I would like to round off that number with something like:

Code: Select all

$Dll(round,#,function)
where # is the number of decimals and function is the number you want to round.

in my case this will be:

Code: Select all

$Dll(round,#,$Rss(http://stats.wilc0.com/whizz.php,d,7)%)
Please note (if you are going to make a plugin) it should round off correctly
Example (from 3 decimals to 2 decimals):
3.133 will be 3.13
3.135 will be 3.14

Thanx if anyone wants to make this one!
:D
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

A plugin is under development .... Stay tuned! :wink:
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

The plugin is ready (BETA1)

Please check it and inform me for bugs.
http://www.lansley.co.uk/forum/phpBB2/v ... c.php?t=89
Post Reply