9 lines
91 B
C++
9 lines
91 B
C++
#pragma once
|
|
|
|
#include "function_utils.hpp"
|
|
|
|
FUNCTION(ln);
|
|
FUNCTION(exp);
|
|
|
|
FUNCTION(sqrt);
|