PHP Classes

Simple Calculations: Perform very simple math calculations

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 49 All time: 10,249 This week: 245Up
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

Details

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  
File Role Description
Accessible without login Plain text file README.md Doc. Read me
Plain text file SimpleCalculations.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:49
This week:0
All time:10,249
This week:245Up
For more information send a message to info at phpclasses dot org.