#include #include namespace DB { namespace { struct AtanhName { static constexpr auto name = "atanh"; }; using FunctionAtanh = FunctionMathUnary>; } REGISTER_FUNCTION(Atanh) { factory.registerFunction(); } }