Home
Insert
Update snippet 'numerics-portable.fsx'
Title
Description
A snippet exported from Try F#.
Source code
#r "cpoulain/System.Numerics.dll" open System.Numerics let c = new Complex(1.0, 1.0)
Tags
tryfsharp
tryfsharp
Author
Link
Reference NuGet packages
If your snippet has external dependencies, enter the names of NuGet packages to reference, separated by a comma (
#r
directives are not required).
Update