Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Cross/plugins/FloatMathPlugin/ieee754names.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/* Re-define all of the conflicting names of fdlibm to use __ieee754_ prefix */
#define asinh __ieee754_asinh
#define atan __ieee754_atan
#define cos __ieee754_cos
#define expm1 __ieee754_expm1
#define finite __ieee754_finite
#define ldexp __ieee754_ldexp
#define scalbn __ieee754_scalbn
#define log1p __ieee754_log1p
#define modf __ieee754_modf
#define rint __ieee754_rint
#define sin __ieee754_sin
#define tan __ieee754_tan
#define tanh __ieee754_tanh

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.