include cmath
This commit is contained in:
committed by
JamesFlare1212
parent
be9341c55a
commit
ec9a32372c
@@ -150,6 +150,7 @@ Here’s code using exceptions to sort a collection of lines by slope:
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <cmath> // for fabs() function
|
||||
|
||||
class Point {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user