Update math/perimeter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mohammad Islam 2022-01-30 00:13:47 -07:00 committed by GitHub
parent 55c28ec19d
commit 5389d9f00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@
#define _USE_MATH_DEFINES
#include <cassert> /// for assert
#include <cmath> /// for M_PI definition and pow()
#include <cmath>
#include <cstdint> /// for uint16_t datatype
#include <iostream> /// for IO operations