Skip to content

Commit

Permalink
remove macro
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Jan 3, 2018
1 parent 6387a14 commit 9aeb450
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/cpp/sin.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <math.h> /* sin */

#define PI 3.14159265

int main ()
{
double angle = 0, result = 0;
Expand Down

0 comments on commit 9aeb450

Please sign in to comment.