Compare commits
No commits in common. 'master' and 'wpc' have entirely different histories.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
#include<iostream>
|
||||
#include<algorithm>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
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