Split functions into many files, remove string from std.
This commit is contained in:
12
include/trig_functions.hpp
Normal file
12
include/trig_functions.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "function_utils.hpp"
|
||||
|
||||
FUNCTION(sin);
|
||||
FUNCTION(cos);
|
||||
FUNCTION(tan);
|
||||
|
||||
FUNCTION(arcsin);
|
||||
FUNCTION(arccos);
|
||||
FUNCTION(arctan);
|
||||
|
||||
Reference in New Issue
Block a user