How to use Math Namespace in F# fsi ?

Posted by asksuperuser on Stack Overflow See other posts from Stack Overflow or by asksuperuser
Published on 2010-04-25T12:19:47Z Indexed on 2010/04/25 12:23 UTC
Read the original article Hit count: 197

Filed under:

I tried

Open Math
let c = Exp(2);;

But fsi doesn't like it.

© Stack Overflow or respective owner

Related posts about F#