Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top