◆ invlog_10
Callable object computing 1/log(10). Required header:
Parameters
Return value the call ExampleSee it live on Compiler Explorer #include <eve/constant/invlog_10.hpp>
#include <eve/wide.hpp>
#include <iostream>
using wide_ft = eve::wide<float>;
int main()
{
wide_ft wxf;
std::cout << "---- simd" << std::endl
double xf;
std::cout << "---- scalar" << std::endl
return 0;
}
constexpr callable_invlog_10_ invlog_10 Callable object computing 1/log(10). Definition: invlog_10.hpp:54 |