June 2007
Beginner to intermediate
950 pages
27h 8m
English
For very big numbers or very small numbers R uses the following scheme:
| 1.2e3 | means 1200 because the e3 means ‘move the decimal point 3 places to the right’ |
| 1.2e-2 | means 0.012 because the e-2 means ‘move the decimal point 2 places to the left’ |
| 3.9+4.5i | is a complex number with real (3.9) and imaginary (4.5) parts, and i is the square root of −1. |
Read now
Unlock full access