Skip to content
hengxin edited this page Nov 24, 2017 · 1 revision

math.h: C Numerics Library

Header <math.h> declares a set of functions to compute common mathematical operations and transformations.

// (int) cannot be missing
int result = (int) pow(2, 3);

Clone this wiki locally