/**
* @license Apache-2.0
*
* Copyright (c) 2020 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*    http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#ifndef STDLIB_MATH_BASE_NAPI_UNARY_H
#define STDLIB_MATH_BASE_NAPI_UNARY_H

// NOTE: keep in alphabetical order...
#include "stdlib/math/base/napi/unary/b_b.h"
#include "stdlib/math/base/napi/unary/c_c.h"
#include "stdlib/math/base/napi/unary/c_f.h"
#include "stdlib/math/base/napi/unary/d_d.h"
#include "stdlib/math/base/napi/unary/d_f.h"
#include "stdlib/math/base/napi/unary/f_f.h"
#include "stdlib/math/base/napi/unary/f_i.h"
#include "stdlib/math/base/napi/unary/h_h.h"
#include "stdlib/math/base/napi/unary/i_d.h"
#include "stdlib/math/base/napi/unary/i_f.h"
#include "stdlib/math/base/napi/unary/i_i.h"
#include "stdlib/math/base/napi/unary/k_k.h"
#include "stdlib/math/base/napi/unary/s_s.h"
#include "stdlib/math/base/napi/unary/t_t.h"
#include "stdlib/math/base/napi/unary/u_u.h"
#include "stdlib/math/base/napi/unary/z_d.h"
#include "stdlib/math/base/napi/unary/z_z.h"

#endif // !STDLIB_MATH_BASE_NAPI_UNARY_H
