Performing Advanced Calculations
Google's calculator isn't limited to basic addition and multiplication. It can also handle more advanced calculations (detailed in Table 14.2), trigonometric functions (Table 14.3), inverse trigonometric functions (Table 14.4), hyperbolic functions (Table 14.5), and logarithmic functions (Table 14.6). If you know what these functions are, I assume you know the proper way to use them. If you don't, then get yourself a good math book or don't bother with them.
Table 14.2. Google's Advanced Mathematic FunctionsFunction | Operator | Example | Result |
---|
Percent (X percent of Y) | % of | 20% of 10 | 2 | Square root | Sqrt | sqrt(16) | 4 | Root | nth root of | 5th root of 32 | 2 | Exponents (raise to a power) | ^ or ** or to the power of | 4^2 | 16 | Factorial | ! | 10! | 3,628,800 | Modulo (finds the remainder after division) | % or mod | 14%3 | 2 | Choose (determines the number of ways of choosing a set of Y elements from a set of X elements) | Choose | 9 choose 3 | 84 |
Table 14.3. Google's Trigonometric FunctionsFunction | Operator | Example | Result |
---|
Sine | Sin | sin(100) | -0.506365641 | Tangent | tan or tangent | tan(100) | -0.587213915 | Secant | sec or secant | sec(100) | 1.15966382 | Cosine | cos or cosine | cos(100) | 0.862318872 | Cotangent | cotangent | contangent(100) | -1.70295692 | Cosecant | csc or cosecant | csc(100) | -1.97485753 |
Table 14.4. Google's Inverse Trigonometric FunctionsFunction | Operator | Example | Result |
---|
Inverse sine | Arcsin | arcsin(1) | 1.57079633 | Inverse tangent | Arctan | arctan(1) | 0.785398163 | Inverse secant | Arcsec | arcsec(1) | 0 | Inverse cosine | Arccos | arccos(1) | 0 | Inverse cotangent | arccotangent | arccotangent(1) | 0.785398163 | Inverse cosecant | Arccsc | arccsc(1) | 1.57079633 |
Table 14.5. Google's Hyperbolic FunctionsFunction | Operator | Example | Result |
---|
Hyperbolic sine | Sinh | sinh(1) | 1.17520119 | Hyperbolic cosine | Cosh | cosh(1) | 1.54308063 | Hyperbolic tangent | Tanh | tanh(1) | 0.761594156 |
Table 14.6. Google's Logarithmic FunctionsFunction | Operator | Example | Result |
---|
Logarithm base 10 | Log | log(100) | 2 | Logarithm base 2 | Lg | lg(100) | 6.64385619 | Logarithm base e | Ln | ln(100) | 4.60517019 |
|