mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Update math/perimeter.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
#define _USE_MATH_DEFINES
|
#define _USE_MATH_DEFINES
|
||||||
#include <cassert> /// for assert
|
#include <cassert> /// for assert
|
||||||
#include <cmath> /// for M_PI definition and pow()
|
#include <cmath> /// for M_PI definition and pow()
|
||||||
#include <cmath>
|
|
||||||
#include <cstdint> /// for uint16_t datatype
|
#include <cstdint> /// for uint16_t datatype
|
||||||
#include <iostream> /// for IO operations
|
#include <iostream> /// for IO operations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user