math_iso.h 453 B

123456789101112131415161718
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/iso/math_iso.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( SOLARIS_POW_INT_OVERLOAD_CHECK )
  7. #if __cplusplus < 201103L
  8. inline long double pow(long double __X, int __Y) { return
  9. __powl(__X, (long double) (__Y)); }
  10. #endif
  11. #endif /* SOLARIS_POW_INT_OVERLOAD_CHECK */