HomeSort by relevance Sort by last modified time
    Searched defs:atanhl (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanhl.c 55 atanhl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); } function

Completed in 274 milliseconds