Source for file Calculator.php
Documentation is available at Calculator.php
include_once 'Testing/FIT/Fixture.php';
include_once 'Testing/FIT/Fixture/Column.php';
throw new Exception ( 'division by zero' );
return $this->a / $this->b;
return $this->a + $this->b;
return $this->a - $this->b;
Documentation generated on Mon, 11 Mar 2019 15:05:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|