Add first version of CMath

This commit is contained in:
2025-03-28 09:40:09 +01:00
commit d1eac01605
12 changed files with 478 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// CMath-Bridging-Header.h
// Interop-BridgingHeader
//
// Created by TheAlgorithm476 on 09/04/2025.
//
#ifndef __CMATH_BRIDGING_HEADER
#define __CMATH_BRIDGING_HEADER
#include "add_nums.h"
#include "sub_nums.h"
#include "mul_nums.h"
#include "div_nums.h"
#include "spc_nums.h"
#endif // __CMATH_BRIDGING_HEADER