wie kann ich das für atan erweitern:
import java.awt.*;
public class graph extends java.applet.Applet {
public void init() {
setBackground (Color.gray);
}
public void paint (Graphics g) {
float x, y;
int xnorm, ynorm, i;
for (x = -50; x <= 50; x += .1) {...
Plot funktion applet
Plot funktion applet
0 commentaires:
Enregistrer un commentaire