p80154627 4 years ago
parent 339588a0dc
commit 30878af51e

@ -0,0 +1,10 @@
package sxv;
public class mi {
double m(double w,double e)
{
double y;
y=Math.pow(w, e);
return y;
}
}
Loading…
Cancel
Save