diff --git a/src/newtan.h b/src/newtan.h index caf8643..39e9f10 100644 --- a/src/newtan.h +++ b/src/newtan.h @@ -1,5 +1,5 @@ #include double newtan(double x){ - return sin(x)/cos(x); + return sin(xx)/cos(x); }