Skip to content

Commit

Permalink
exp_ipi.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Aug 25, 2023
1 parent 406b2e4 commit 2cc96c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kyosu/functions/exp_ipi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace kyosu::tags
template<eve::ordered_value T>
static KYOSU_FORCEINLINE auto deferred_call(auto, T const& v) noexcept
{
const auto ii = kyosu::to_complex(T(0), T(1))*pi(as<T>());
const auto ii = kyosu::to_complex(T(0), T(1))*eve::pi(eve::as<T>());
return kyosu::exp(ii*v);
}

Expand Down

0 comments on commit 2cc96c1

Please sign in to comment.