Under Linux, the mathematical functions (as declared in math.h
) are bundled separately in the mathematical library libm
. If any of them is used, the linker must be given the directive -lm
.
Taken from here.
Under Linux, the mathematical functions (as declared in math.h
) are bundled separately in the mathematical library libm
. If any of them is used, the linker must be given the directive -lm
.
Taken from here.