This is PowerLaw.h in view mode; [Download] [Up]
/* PowerLaw.h * Subclass of PFunction to manage a Power law function * * Copyright (C) 1993 The Board of Trustees of * The Leland Stanford Junior University. All Rights Reserved. */ #define POWERLAW_H_ID "$Id: PowerLaw.h,v 2.1 1993/10/28 18:30:26 rensing Exp $" #import "PFunction.h" @interface PowerLaw : PFunction { } - init; /* * The designated initialzer. */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.