The addition formulas for sine and cosine look like this:
\begin{aligned}
\cos(\alpha + \beta) &= \cos \alpha \cos \beta – \sin \alpha \sin \beta, \\
\sin(\alpha + \beta) &= \sin \alpha \cos \beta + \cos \alpha \sin \beta. \\
\end{aligned}
I can never remember them.
Full story »
This is the first release of the SputArithmetic library. You can download the library or read about it.
Full story »
This articles explores some basic properties of the integer functions commonly known as floor and ceil. Most of the statements may seem trivial or obvious, but I, for one, have a tendency to forget just how exact you can be when it comes to expressions/equations where floor or ceil functions appear.
Full story »