arc code complete with support for both R and IJK style blocks
This commit is contained in:
@@ -36,7 +36,3 @@ double theta(double x, double y)
|
||||
}
|
||||
}
|
||||
|
||||
double hypot(double x, double y)
|
||||
{
|
||||
sqrt(x*x + y*y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user