Recommend this page to a friend! |
![]() |
Info | Documentation | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 52 | All time: 10,676 This week: 560![]() |
Version | License | PHP version | Categories | |||
simplecalculations 1.0 | The PHP License | 5 | PHP 5, Math |
Description | Author | |
This package can be used to perform very simple math calculations. |
Simple Calculations is a PHP class that provide some usefull calculations
How to use
<?php require_once("SimpleCalculations.php"); $obj=new SimpleCalculations;
$total=$obj->SimpleAdd(8,9); // any number echo $total;
$min=$obj->SimpleMin(8,9); // any number echo $min;
$mul=$obj->SimpleMul(8,9); // any number echo $mul;
$div=$obj->SimpleDiv(8,9); // any number echo $div;
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
![]() |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.