abcs/include/trig_functions.hpp

13 lines
146 B
C++

#pragma once
#include "function_utils.hpp"
FUNCTION(sin);
FUNCTION(cos);
FUNCTION(tan);
FUNCTION(arcsin);
FUNCTION(arccos);
FUNCTION(arctan);