abcs/include/other_functions.hpp

9 lines
91 B
C++

#pragma once
#include "function_utils.hpp"
FUNCTION(ln);
FUNCTION(exp);
FUNCTION(sqrt);