A Floating Point Number is a way to represent a precise number on a computer system. The "floating point" refers to the decimal point. Other than this it is very similar to scientific notation. Read more about floating point numbers.
Here are all the basics you need to know about getting started with PHP. It's a lot easier than you might think!
PHP allows you to preform numerous mathematical tasks. You can do anything from simple addition to complex geometry. You can also do things like round numbers, convert bases, or find the absolute value of numbers.
A Floating Point Number is a way to represent a precise number on a computer system. The "floating point" refers to the decimal point. Other than this it is very similar to scientific notation. Read more about floating point numbers.
An expression is made up of operators and operands. They preform different comparisons or calculations used to evaluate a single value. We often use different expressions to for various reasons in PHP. Read more.
e is a mathematical constant, and an irrational number. It's value is approximately equal to 2.7, and is used in several PHP functions included exp (x) which calculates e to the power of x. Read more about e.
Comparison operators are used to compare one value to another. There are four different ways you can do this: greater than, less than, equal to, or not equal to. Each is represented with a different symbol. Read more about comparison operators.
©2012 About.com. All rights reserved.
A part of The New York Times Company.