syclreference.com
  1. SYCL
  2. | API Reference
  3. | Built-Ins
  4. | atan2pi

atan2pi

MISSING


template <typename F, detail::enable_if_t<(detail::builtin::is_genfloat<F>::value), int> >
F atan2pi(F y, F x)
(1)
  1. Compute `atan(y/x)/π`.
    Parameters:
    • F y
    • F x

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000