| ★ wanayoo — archive 1999 http://www.webtechniques.com/sourcecode/1999/10/java/5.lst | Nouvelle recherche | Portail wanayoo |
|
|
|
|
|||
| | home | current issue | archives | source code | events | demo express | search | editorial calendar | advertising | customer service | author guidelines | jobs | about | |||
|
|
|||
// A More Sophisticated Algorithm
public class PlotEngineImpl2 implements PlotEngine {
public float f(float x) { return x==0?0:1.0f/x; }
}
|
|