Compare commits
No commits in common. 'master' and 'xyh' have entirely different histories.
@ -0,0 +1,11 @@
|
||||
public double mysin(double x) {
|
||||
return Math.sin(x);
|
||||
}
|
||||
|
||||
public double mycos(double x) {
|
||||
return Math.cos(x);
|
||||
}
|
||||
|
||||
public double mytan(double x) {
|
||||
return Math.tan(x);
|
||||
}
|
Loading…
Reference in new issue