★ wanayoo — archive 1999 http://www.webtechniques.com/sourcecode/1999/10/java/5.lstNouvelle recherche | Portail wanayoo


 
| home | current issue | archives | source code | events | demo express | search | editorial calendar | advertising | customer service | author guidelines | jobs | about

S O U R C E   C O D E / 1999 / 10 / java / 5.lst

// A More Sophisticated Algorithm

public class PlotEngineImpl2 implements PlotEngine {
public float f(float x) { return x==0?0:1.0f/x; }
}


| home | current issue | archives | source code | demo express | events | search | editorial calendar | advertising | customer service | author guidelines | jobs | about





Entire contents copyright 1996-2000 CMP Media Inc.
Read our privacy policy.