I am trying to declare a PI constant like this:
public static const double PI = Math.PI;
but why am I getting this error?
T
A constant is static by definition.