PHP Classes

Simple Calculations: Perform very simple math calculations

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 52 All time: 10,676 This week: 560Up
Version License PHP version Categories
simplecalculations 1.0The PHP License5PHP 5, Math
Description 

Author

This package can be used to perform very simple math calculations.

It provides several functions that can perform basic math calculations with two numbers.

Currently it can perform addition, subtraction, multiplication and division operations.

Picture of Mr. Dharmendra Kumar
  Performance   Level  
Name: Mr. Dharmendra Kumar <contact>
Classes: 8 packages by
Country: India India
Innovation award
Innovation award
Nominee: 1x

Documentation

SimpleCalculations

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;


  Files folder image Files (2)  
File Role Description
Accessible without login Plain text file README.md Doc. Read me
Plain text file SimpleCalculations.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:52
This week:0
All time:10,676
This week:560Up