Question

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.

Était-ce utile?

La solution

Try including math.h, which defines the C standard library macro M_PI.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top