Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active January 9, 2022 14:45
Show Gist options
  • Save percybolmer/d842444e2f6efc5c6b7033f2efd687c6 to your computer and use it in GitHub Desktop.
Save percybolmer/d842444e2f6efc5c6b7033f2efd687c6 to your computer and use it in GitHub Desktop.
var c float32 = 20.5
var d float32 = 10.3
result := Subtract(c, d)
result2 := Subtract[float32](c, d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment