| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Assaad Youssef Abou Rached (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This package can perform several types of operations with numbers. It provides several classes that perform different types of math operations. Currently it provides classes for: - Finding the greatest common divisor - Finding the latest common multiple - Determining if a number is odd or even and extract from arrays - Compute the factorial of a number - Check if a number is prime - Find all prime numbers up to a limit - Calculate the sin, cosine, tangent of the sum, difference or product of angles |
| ||||
| This class can generate a list of prime numbers up to a limit. It takes a given limit number and returns all prime numbers below that limit. The class can also check if given individual numbers are prime. |
| ||||
| This class is a simple MySQL database access adapter. It can: - Connect to a given MySQL database server - Escape literal text values for use in queries - Execute arbitrary SQL queries - Retrieve the number of query result rows - Retrieve query results into arrays - Retrieve the last inserted field identifier |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |