How many commands are in math.h library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How many commands are in math.h library?

Where can I find a command list?

11th Feb 2020, 11:23 PM
Edwin Bg
Edwin Bg - avatar
2 Answers
+ 2
The number of commands is not as important as being able to refer to the documentation and picking the right function etc.
12th Feb 2020, 1:35 AM
Sonic
Sonic - avatar
+ 1
There are around 63 standard function in math.h header file and around 13 non-standard functions Here is the list of all the functions👇 https://en.wikibooks.org/wiki/C_Programming/math.h
12th Feb 2020, 2:14 AM
Arsenic
Arsenic - avatar