CNL  2.0.2 (development)
Compositional Numeric Library
power.h
1 
2 // Copyright John McFarlane 2019.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file ../LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(CNL_IMPL_SCALED_POWER_H)
8 #define CNL_IMPL_SCALED_POWER_H
9 
10 #include "binary_operator.h"
11 #include "convert_operator.h"
12 #include "definition.h"
13 #include "inc_dec_operator.h"
14 #include "is_same_tag_family.h"
15 #include "is_scaled_tag.h"
16 #include "is_tag.h"
17 #include "unary_operator.h"
18 
19 #endif // CNL_IMPL_SCALED_POWER_H