|
pRC
multi-purpose Tensor Train library for C++
|
#include <cmath>#include <prc/core/value/float.hpp>#include <prc/core/value/functions/cast.hpp>#include <prc/core/value/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class Y , class X , If< IsFloat< Y > > = 0, If< IsFloat< X > > = 0> | |
| static constexpr auto | pRC::atan2 (Y const &y, X const &x) |
| Calculates the atan2 of two Float coordinates. | |