Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions > Programming Tips and FAQ » 10 PEAR classes you need to know to code complex math in your PHP applications
Closed Thread
Old 02-16-2007, 09:36 PM   #1 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,389

office politics will become famous soon enough

Default 10 PEAR classes you need to know to code complex math in your PHP applications

10 PEAR classes you need to know to code complex math in your PHP applications

by Mark Kaelin | More from Mark Kaelin | Published: 2/16/07

If you have a mathematics background, you'll already be well aware that PHP doesn't come with any special functions for working with advanced mathematical concepts -- complex numbers, fractions, polynomials, statistics and matrices. However, this deficiency is more than made up by PEAR, the PHP Extension and Application Repository, which has a number of ready-made packages for working with complex mathematical units. These packages provide a robust, well-tested code base for application developers, and also save you the time and effort you would otherwise spend in "rolling your own" math algorithms.

This document will list ten PEAR packages (Table A) of specific interest to developers working with complex math in their projects. Take a look, and try them out -- you never know you might find something that solves a problem you're currently facing. One warning, though: if you didn't like math class in school, what follows may bring back some unpleasant memories!
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On