home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
Misc
/
NoMath.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-31
|
1KB
|
34 lines
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'NoMath.pas' rev: 3.00
#ifndef NoMathHPP
#define NoMathHPP
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Nomath
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE Extended __fastcall Log10(Extended X);
extern PACKAGE Extended __fastcall IntPower(Extended Base, int Exponent);
extern PACKAGE Extended __fastcall Power(Extended Base, Extended Exponent);
extern PACKAGE int __fastcall Floor(Extended X);
extern PACKAGE int __fastcall Min(int A, int B);
extern PACKAGE int __fastcall Max(int A, int B);
extern PACKAGE void __fastcall SinCos(Extended Theta, Extended &SinTheta, Extended &CosTheta);
} /* namespace Nomath */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Nomath;
#endif
//-- end unit ----------------------------------------------------------------
#endif // NoMath