/* ---------------------------------------------------------------------------- * math.h * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ #ifndef YAGE_MATH_H #define YAGE_MATH_H #include "matrix.h" #endif