PHP Math

Free and open source PHP scripts about Math related classes
  1. No Screenshot
    2013 total visits
    Financial functions with the Excel function names and parameter order.Financial_class includes:- Thirty360USdayCount- Thirty360USyearFraction- Thirty360EUdayCount- Thirty360EUyearFraction- ActualActualdayCount- ActualActualyearFraction- Actual360dayCount- Actual360yearFraction- Actual365dayCount- Actual365yearFraction- DATEADD- DATEDIFF- DELTA- DOLLARDE- DOLLARFR- DAYS360- PV- FV- FVSCHEDULE- PMT- IPMT- PPMT- NPER- EFFECT- NOMINAL- DDB- SYD- SLN- DISC- RECEIVED- INTRATE- NPV- XNPV- IRR- MIRR- XIRR- RATE- VDB- YIELD- PRICEDISC- YIELDDISC- COUPNUM- COUPDAYSBS
  2. No Screenshot
    1968 total visits
    The factorial of a given positive integer number can be calculated.Key Features of Simple Math:- Calculate the number of all possible permutations of a subset of elements of a given size without repeating elements- Calculate the number of all possible combinations of a subset of elements of a given size without considering the order or repeating elementsRequirements:PHP 5.0 or higher
  3. No Screenshot
    1950 total visits
    Big Number Calculator can be used to add arbitrary precision numbers in pure PHP.Big Number Calculator takes two decimal numbers represented as strings of unlimited length and performs an addition digit by digit. The result is another decimal number represented as a string.Requirements: PHP 5.0
  4. No Screenshot
    1994 total visits
    Render formula can be use to render mathematical formulas as graphical images. It parses a formula with constant and variable values combined with several possible mathematical operations.Currently Render formula supports formulates using the operations: addition, subtraction, multiplication, division, and functions like square root, sin arc sin, cosine, and power.Then Render formula renders the given formula in an GD library image. ...
  5. No Screenshot
    2258 total visits
    Free wap claculator with everything you want.Sine,cos,tan,square root and many other functions. Hytotenuse calclator and area calculator for amny polygons.
  6. No Screenshot
    1658 total visits
    Math is a simple class that can be used to perform arithmetic operations on sets of numbers passed as arrays. Currently it can only perform addition of all numbers in an array.Math can also format a number using commas and do the opposite, remove commas from formatted numbers.
  7. No Screenshot
    1639 total visits
    NumPer can be used to spell numbers in the Persian idiom.NumPer can decompose any number between 0 and 999999999999 and return a text string that spells the number in Persian. The returned text is encoded using UTF-8 .
  8. No Screenshot
    2288 total visits
    Numerical performs several types of numerical and statistical functions.Features of Numerical:- generates gaussian normal distributions,- does numerical integration of arbitrary functions,- generates random numbers with gaussian distributions,- provides a number of standard statistical functions, e.g., mean, standard deviation, variance, etc.,- has two different methods of solving for the roots of an equation (bisection and steepest descent),- converts floating point to ...
  9. No Screenshot
    1757 total visits
    Matrix can be used to perform several types of operations with matrices.It can perform the operations like sum, reduction, multiplication, division, covariance matrix, mean matrix, inverse and determinant.
  10. No Screenshot
    2004 total visits
    dm.Complex can be used to perform arithmetic operations with complex numbers.dm.Complex can add, subtract, multiply, divide, calculate the square root, logarithm and exponential of complex values. It may also perform basic comparisons like testing whether a complex number is equal to zero or is equal to another complex number.There is also another class to manipulate complex number given its polar ...
  11. No Screenshot
    1732 total visits
    floIncrementor can be used to increment one number by another number (i.e. add two numbers), with an adjustable degree of precision.floIncrementor supports the ability to undo and redo the addition operations.The class may also restrict the acceptable results to a given range. It may also associate given comments to each incrementing execution and execute incrementation on previous results.
  12. No Screenshot
    2208 total visits
    Imaginary Numbers class allows you to manipulates imaginary numbers.For Example:$z = new Z("4i 3"); $i->Add(3,4); $i->Div("5e-j37"); ... etc
  13. No Screenshot
    1960 total visits
    bNewton Newton's binomial theorem to solve and to display equations. It can determine the binomial coefficients and show an equivalent equation.You can use bNewton to get result to binomial number too.
  14. No Screenshot
    1408 total visits
    Prime is a simple script that is meant to determine whether an integer number prime, i.e. it is divisible only by itself or 1.
  15. No Screenshot
    1561 total visits
    Probabilistic is a script to perform several types of common calculations used in probabilistic analysis.Probabilistic can calculate:- Average- Variance- Standard deviation- Poisson density and distribution- Hypergeometric density and distribution- Binomial density and distribution- Normal density and distribution (Gauss curve).Probabilistic also has functions to calculate:- Factorial of a number- Combinations o two numbers- Interpolation- The area and Z values in the ...
Pages 4 of 5« 1 2 3 4 5 »