arc code complete with support for both R and IJK style blocks
This commit is contained in:
parent
e21064bd86
commit
9799955555
6 changed files with 161 additions and 213 deletions
|
|
@ -36,7 +36,3 @@ double theta(double x, double y)
|
|||
}
|
||||
}
|
||||
|
||||
double hypot(double x, double y)
|
||||
{
|
||||
sqrt(x*x + y*y);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue