comments
This commit is contained in:
parent
9322114b92
commit
753fd6ca9e
@ -1,21 +1,11 @@
|
|||||||
package eva2.gui;
|
package eva2.gui;
|
||||||
|
|
||||||
/*
|
|
||||||
* Title: EvA2
|
|
||||||
* Description:
|
|
||||||
* Copyright: Copyright (c) 2003
|
|
||||||
* Company: University of Tuebingen, Computer Architecture
|
|
||||||
* @author Holger Ulmer, Felix Streichert, Hannes Planatscher
|
|
||||||
* @version: $Revision: 10 $
|
|
||||||
* $Date: 2006-01-18 11:02:22 +0100 (Wed, 18 Jan 2006) $
|
|
||||||
* $Author: streiche $
|
|
||||||
*/
|
|
||||||
/*==========================================================================*
|
|
||||||
* IMPORTS
|
|
||||||
*==========================================================================*/
|
|
||||||
import eva2.tools.chart2d.DFunction;
|
import eva2.tools.chart2d.DFunction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Represents an exponential scaling function.
|
||||||
|
* MK: added a guard against undefined values: the smallest positive position can
|
||||||
|
* be stored and used instead of invalid points.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Exp extends DFunction {
|
public class Exp extends DFunction {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user