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

log

MISSING


template <typename F, typename return_t, detail::enable_if_t<(detail::builtin::is_genfloat<F>::value), int> >
return_t log(F x)
(1)
template <typename F, typename return_t, detail::enable_if_t<(detail::builtin::is_genfloatf<F>::value), int> >
return_t log(const F x)
(2)
  1. Compute natural logarithm.
    Parameters:
    • F x
  2. Compute natural logarithm.
    Parameters:
    • const F x

syclreference.com — SYCL Reference Pages

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