This is Exponential.h in view mode; [Download] [Up]
/* Gaussian.h by Paul Kunz January 1993 * Subclass of PFunction to manage a Gaussian function * * Copyright (C) 1993 The Board of Trustees of * The Leland Stanford Junior University. All Rights Reserved. */ #define EXPONENTIAL_H_ID "$Id: Exponential.h,v 1.1 1993/03/10 20:12:24 rensing Exp $" #import "PFunction.h" @interface Exponential : PFunction { } - init; /* * The designated initialzer. */ - setInitialValues; /* * Sets initial values by assuming one gaussian in middle of display. */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.