Untitled

Run Settings
LanguageF#
Language Version
Run Command
let f (a, b) = if a>b then sqrt( a*a - b*b ) else - sqrt ( b*b - a*a) let growth x = x*2.0; let comp (d, e) = (d, e) |> f |> growth ; let comp2 (d, e) = (growth(d), e) |> f; printfn "Result %f %f %f" (f (2.0, 5.0)) (comp (2.0, 5.0)) (comp2 (2.0, 5.0))
Editor Settings
Theme
Key bindings
Full width
Lines