Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

C++ Math

// Include the cmath library
#include <cmath>

cout << sqrt(64);
cout << round(2.6);
cout << log(2);
 
PREVIOUS NEXT
Tagged: #Math
ADD COMMENT
Topic
Name
8+8 =