Example #1
0
 public function testProduct()
 {
     $total = $this->_Nums->product();
     $this->assertEquals('3706124754401826571989048314678.5152', $total);
 }