imate
C++/CUDA Reference
Loading...
Searching...
No Matches
c_arithmetics.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright 2021, Siavash Ameli <sameli@berkeley.edu>
3 * SPDX-License-Identifier: BSD-3-Clause
4 * SPDX-FileType: SOURCE
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the license found in the LICENSE.txt file in the root
8 * directory of this source tree.
9 */
10
11#ifndef _C_ARITHMETICS_C_ARITHMETICS_H_
12#define _C_ARITHMETICS_C_ARITHMETICS_H_
13
14
15// =======
16// Headers
17// =======
18
19#include "./_c_is_equal.h" // c_arithmetics::is_equal
20
21
22#endif // _C_ARITHMETICS_C_ARITHMETICS_H_