00001 /***************************************************************************** 00002 * 00003 * $RCSfile: Sinetab_8h-source.html,v $ 00004 * 00005 * GPS4Palm Sine and Cosine Table Lookup - 00006 * mainly used for Display Functions 00007 * 00008 * This program is Copyright (C) 03/2003 Matthias Prinke 00009 * <matthias.prinke@surfeu.de> and covered by GNU's GPL. 00010 * In particular, this program is free software and comes WITHOUT 00011 * ANY WARRANTY. 00012 * 00013 * $Author: mp $ 00014 * 00015 * $Date: 2007-10-08 20:40:34 $ 00016 * 00017 * $Revision: 1.7.2.1 $ 00018 * 00019 * $Log: Sinetab_8h-source.html,v $ 00019 * Revision 1.7.2.1 2007-10-08 20:40:34 mp 00019 * updated for gps4palm V0.9.5 beta 00019 * 00020 * Revision 1.2 2003-10-15 19:03:46 mp 00021 * added #ifndef/#define SINETAB_H 00022 * 00023 * Revision 1.1.1.1 2003/07/14 18:59:29 mp 00024 * Imported GPS4Palm to CVS revision control. 00025 * 00026 * 00027 ****************************************************************************/ 00028 #ifndef SINETAB_H 00029 #define SINETAB_H 00030 00031 #define icos(x) isin((x)+90) 00032 00033 Int32 isin(Int32 angle); 00034 #endif