epoc32/include/stdapis/math.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*--------------------------------------------------------------------
     1 
     2  *© Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
       
     3  *--------------------------------------------------------------------
       
     4 */
       
     5 /*
     2 /*
     6  * ====================================================
     3  * ====================================================
     7  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     4  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
     8  *
     5  *
     9  * Developed at SunPro, a Sun Microsystems, Inc. business.
     6  * Developed at SunPro, a Sun Microsystems, Inc. business.
    10  * Permission to use, copy, modify, and distribute this
     7  * Permission to use, copy, modify, and distribute this
    11  * software is freely granted, provided that this notice
     8  * software is freely granted, provided that this notice
    12  * is preserved.
     9  * is preserved.
    13  * ====================================================
    10  * ====================================================
    14  * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
    11  *  Portions Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    15  */
    12  */
    16 
    13 
    17 /*
    14 /*
    18  * from: @(#)fdlibm.h 5.1 93/09/24
    15  * from: @(#)fdlibm.h 5.1 93/09/24
    19  * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
    16  * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $
    46 #include <_ansi.h>
    43 #include <_ansi.h>
    47 #endif //__SYMBIAN32__
    44 #endif //__SYMBIAN32__
    48 
    45 
    49 #include <sys/cdefs.h>
    46 #include <sys/cdefs.h>
    50 #include <sys/_types.h>
    47 #include <sys/_types.h>
    51 #include <machine/_limits.h>
    48 #include <stdapis/machine/_limits.h>
    52 
    49 
    53 #ifdef  __SYMBIAN32__
    50 #ifdef  __SYMBIAN32__
    54 #include <libm_aliases.h>
    51 #include <libm_aliases.h>
    55 #endif  //__SYMBIAN32__
    52 #endif  //__SYMBIAN32__
    56 #ifdef __SYMBIAN32__
    53 #ifdef __SYMBIAN32__