File Approx.h¶ File List > Intern > rayx-core > src > Shader > Approx.h Go to the documentation of this file #pragma once #include "Core.h" namespace rayx { RAYX_FN_ACC double RAYX_API dpow(double a, int b); } // namespace rayx