← Back
Editing: FloatingPointError.hpp
#ifndef PYTHONIC_INCLUDE_BUILTIN_FLOATINGPOINTERROR_HPP #define PYTHONIC_INCLUDE_BUILTIN_FLOATINGPOINTERROR_HPP #include "pythonic/include/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_DECL(FloatingPointError) } PYTHONIC_NS_END #endif
Save File
Cancel