/*12fp_trig.h: floating-point math routines for the Linux-m68k3floating point emulator.45Copyright (c) 1998 David Huggins-Daines.67I hereby give permission, free of charge, to copy, modify, and8redistribute this software, in source or binary form, provided that9the above copyright notice and the following disclaimer are included10in all such copies.1112THIS SOFTWARE IS PROVIDED "AS IS", WITH ABSOLUTELY NO WARRANTY, REAL13OR IMPLIED.1415*/1617#ifndef FP_TRIG_H18#define FP_TRIG_H1920#include "fp_emu.h"2122/* floating point trigonometric instructions:2324the arguments to these are in the "internal" extended format, that25is, an "exploded" version of the 96-bit extended fp format used by26the 68881.2728they return a status code, which should end up in %d0, if all goes29well. */3031#endif /* FP_TRIG__H */323334