From WikiChip
c/math functions
< c
Revision as of 13:17, 28 December 2013 by David (talk | contribs) (Created page with "{{C Guide}} While basic arithmetics works well for many tasks, sometimes more complex math is needed. C provides a set of '''math functions''' for pe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

While basic arithmetics works well for many tasks, sometimes more complex math is needed. C provides a set of math functions for performing some common math operations which include trigonometric functions, exponential and logarithmic functions, power and absolute-value functions, and nearest integer functions.