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