.. title:: clang-tidy - google-runtime-float

google-runtime-float
====================

Finds uses of ``long double`` and suggests against their use due to lack of
portability.

The corresponding style guide rule:
https://google.github.io/styleguide/cppguide.html#Floating-Point_Types
