logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                                    std_abs.h(3cxx)

Detailed Description

       This is an internal header file, included by other library headers. Do not attempt to use it directly.
       Instead, include <cmath> or < cstdlib>.

Name

       std_abs.h

Synopsis

Namespaces
       namespace std
           ISO C++ entities toplevel namespace is std.

   Functions
       constexpr double std::abs (double __x)
       constexpr float std::abs (float __x)
       long std::abs (long __i)
       constexpr long double std::abs (long double __x)
       long long std::abs (long long __x)

See Also