| /** | |
| * @file lib.h | |
| * @author Ernesto Casablanca (casablancaernesto@gmail.com) | |
| * @copyright 2024 | |
| */ | |
| #pragma once | |
| #include "add.h" | |
| #include "sub.h" | |
| /** | |
| * @namespace lib | |
| * An amazing library providing a lot of functions to do math operations. | |
| * @note This library is very complex. Use it with caution. | |
| */ | |
| namespace lib {} // namespace lib |