This is Iterate.h in view mode; [Download] [Up]
/* This file is part of 'FractalView' - A Fractal Calculation Program for NeXTStep 3.x Author: Peter Merz Kaerntner Str. 9a 57223 Kreuztal - GERMANY Copyright (C) 1995 Peter Merz THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License to freely use and distribute this software is hereby granted, by the author, subject to the condition that this copyright notice, remains intact. The author retains the exclusive right to publish, derivative works based on this work, including, but not limited to, revised versions of this work. */ unsigned IterateCos(double KRe, double KIm, double CRe, double CIm,int MaxTiefe); unsigned IterateSin(double KRe, double KIm, double CRe, double CIm,int MaxTiefe); unsigned IterateTan(double KRe, double KIm, double CRe, double CIm,int MaxTiefe); unsigned IterateSinh(double KRe, double KIm, double CRe, double CIm,int MaxTiefe); unsigned IterateMagn2(double KRe, double KIm, double CRe, double CIm,int MaxTiefe);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.