简体   繁体   中英

pi deprecated on OS X 10.8

Is there a replacement for pi const on OS X 10.8?

When I use it I get the following warning:

'pi' is deprecated: first deprecated on Mac OS X 10.8

It works but I want to get rid of that warning.

尝试包括math.h ,它定义了C标准库宏M_PI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM