1 /*---------------------------------------------------------------------------*
2   Project:  NintendoWare
3   File:     math.h
4 
5   Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain
8   proprietary information of Nintendo of America Inc. and/or Nintendo
9   Company Ltd., and are protected by Federal copyright law.  They may
10   not be disclosed to third parties or copied or duplicated in any form,
11   in whole or in part, without the prior written consent of Nintendo.
12 
13   $Revision: 20134 $
14  *---------------------------------------------------------------------------*/
15 
16 #ifndef NW_MATH_H_
17 #define NW_MATH_H_
18 
19 /*!
20   @namespace  nw::math
21   @brief      数学関連ライブラリの名前空間です。
22 */
23 
24 #include <nw/math/math_Config.h>
25 #include <nw/math/math_Constant.h>
26 #include <nw/math/math_Arithmetic.h>
27 #include <nw/math/math_Triangular.h>
28 #include <nw/math/math_Types.h>
29 #include <nw/math/math_Geometry.h>
30 #include <nw/math/math_Equation.h>
31 
32 
33 /* NW_MATH_H_ */
34 #endif
35