| Server IP : 170.10.161.225 / Your IP : 216.73.216.78 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /lib64/perl5/vendor_perl/Tk/pTk/ |
Upload File : |
/* * tclMath.h -- * * This file is necessary because of Metrowerks CodeWarrior Pro 1 * on the Macintosh. With 8-byte doubles turned on, the definitions of * sin, cos, acos, etc., are screwed up. They are fine as long as * they are used as function calls, but if the function pointers * are passed around and used, they will crash hard on the 68K. * * Copyright (c) 1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: tclMath.h,v 1.2 1998/09/14 18:40:01 stanton Exp $ */ #ifndef _TCLMATH #define _TCLMATH #if defined(MAC_TCL) # include "tclMacMath.h" #else # include <math.h> #endif #endif /* _TCLMATH */