vote up 0 vote down star

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.

flag

75% accept rate
Forgetting to import System? – leppie Dec 9 '08 at 7:44

4 Answers

vote up 2 vote down check

System.Math.PI

link|flag
I hope this IS the right answer... – Benjol Dec 9 '08 at 8:05
In my 1.9.6.2 CTP release it works. – Kalle Dec 9 '08 at 15:10
vote up 0 vote down

I concur with Kalle ... System.Math.PI works on my F# CTP interactive window.

link|flag
vote up -2 vote down

You know, you could just do this:

let PI = 3.141592653589
link|flag
Pending an answer I have, but it's a bit of a bummer to have to do that everywhere. – Benjol Dec 9 '08 at 7:44
vote up 0 vote down

I'm not sure and can't test it now but have a look at Microsoft.FSharp.Math.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.