Skip to content

Instantly share code, notes, and snippets.

@watermouth
Last active July 23, 2018 07:49
Show Gist options
  • Select an option

  • Save watermouth/16a3ef722366f6cccca4d518593173c1 to your computer and use it in GitHub Desktop.

Select an option

Save watermouth/16a3ef722366f6cccca4d518593173c1 to your computer and use it in GitHub Desktop.
cplusplus tips

When you use abs, don't forget to write include cmath

#include <cmath>

これを付けずにstd::absを(doubleに対して)使うとコンパイルエラーになったりならなかったりする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment