Skip to content

Instantly share code, notes, and snippets.

@souhe
Created November 20, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souhe/ef60077094eb6c08760cb58bb90d38ff to your computer and use it in GitHub Desktop.
Save souhe/ef60077094eb6c08760cb58bb90d38ff to your computer and use it in GitHub Desktop.
let pow = a => a *. a;
let result = "2.5" |> float_of_string |> pow;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment