![]() |
|
|||
File indexing completed on 2025-05-11 08:24:33
0001 /* 0002 * Copyright (c) 2010, 2011 by 0003 * Ralf Corsepius, Ulm/Germany. All rights reserved. 0004 * 0005 * Permission to use, copy, modify, and distribute this software 0006 * is freely granted, provided that this notice is preserved. 0007 */ 0008 0009 /* 0010 * Try to compile and link against POSIX math routines. 0011 */ 0012 0013 #ifdef HAVE_CONFIG_H 0014 #include "config.h" 0015 #endif 0016 0017 #ifdef NO_DOUBLE 0018 #define PROVIDE_EMPTY_FUNC 0019 #endif 0020 0021 #define FTYPE double 0022 #define PRI "%f" 0023 0024 #include <domath.h>
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |