Planet storage capacity updates added

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2011-06-19 14:20:22 +02:00
commit e15d9f81a7
9 changed files with 108 additions and 46 deletions

View file

@ -2,6 +2,10 @@
class Math_Native
{
public function setPrecision($precision)
{
}
public function add($a, $b)
{
return $a + $b;