Skip to content

Instantly share code, notes, and snippets.

@baobao
Created April 29, 2018 18:13
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 baobao/dd7a39d04dedffbb886ee4998201d4d6 to your computer and use it in GitHub Desktop.
Save baobao/dd7a39d04dedffbb886ee4998201d4d6 to your computer and use it in GitHub Desktop.
public static float Abs (float f)
{
return Math.Abs (f);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment