Skip to content

Commit 43d273b

Browse files
author
[Divyansh Jain]
committed
changed PI variable to M_PI
1 parent 3fb0baa commit 43d273b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
40.2 KB
Binary file not shown.

physics/ground_to_ground_projectile_motion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111

1212
#include <cassert> /// for assert()
13+
#define _USE_MATH_DEFINES
1314
#include <cmath> /// for std::pow(), std::sin(), and std::cos()
1415
#include <iostream> /// for IO operations
1516

0 commit comments

Comments
 (0)