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

pown

MISSING


template <typename F, typename I, detail::enable_if_t<((detail::builtin::is_genfloat<F>::value && detail::builtin::is_genint<I>::value)), int> >
F pown(F x, I y)
(1)
  1. Compute x to the power y, where y is an integer.
    Parameters:
    • F x
    • I y

syclreference.com — SYCL Reference Pages

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