Various operation implementations in C for my calculator project
- Log
- Absolute Value
- Pow to an int
- Root to an int
- Round
- Floor
- Ceil
- Pow
- Factorial
- Trig Functions
- Sine
- Cosine
- Tangent
- Secant
- Cosecant
- Cotangent
- Root
- Better pow
- Better root
NOTE: everything here will (hopefully) be accurate to the 15th decimal point (because doubles are 15 decimals)