I'm just trying to do simple scripting with F#, and Math.PI seems to have 'disappeared'. I've referenced FSharp.PowerPack.dll, but still can't find it.
|
|
System.Math.PI |
||||
|
|
|
I concur with Kalle ... System.Math.PI works on my F# CTP interactive window. |
||
|
|
|
|
You know, you could just do this:
|
||
|
|
|
I'm not sure and can't test it now but have a look at Microsoft.FSharp.Math. |
||
|
|
