However, mathematical symbols are often read incorrectly, again based on habits learned in a language other than English. Here is the correct way to say them:
| Symbol | Pronounced |
|---|---|
| < | Less than |
| £ | Less than or equal to |
| = | Equal to |
| ³ | Greater than or equal to |
| > | Greater than |
| ¹ | Different from (or "not equal to") |
Here are a couple of typical sentences in a mathematical proof or in the discussion of the handling of numeric values in a computer program:
"Let x be the independent variable, and let y be e^x"
"If the parameter was set to 1, then this function will reset it to 0."