-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
c/math functions
< c
Revision as of 12: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...")
C Programming Language |
Intro Basics Math Control Structures Operators Arrays & Pointers Strings Structured Types I/O Concurrency Other |
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.