Commit 7830c243 authored by Paul's avatar Paul
Browse files

Format

parent 9473e013
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
namespace migraphx { namespace migraphx {
template <class T> inline constexpr T pi_v = 3.141592653589793238462643383279502; template <class T>
inline constexpr T pi_v = 3.141592653589793238462643383279502;
inline constexpr double pi = pi_v<double>; inline constexpr double pi = pi_v<double>;
namespace math { namespace math {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment