bi
An arbitrary precision integer library for C++.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bi::division_by_zero Class Reference

Throws if a division by zero attempt is detected. More...

#include "bi_exceptions.hpp"

Inheritance diagram for bi::division_by_zero:
bi::exception

Public Member Functions

 exception (const std::string &message)
 
- Public Member Functions inherited from bi::exception
 exception (const std::string &message)
 

Detailed Description

Throws if a division by zero attempt is detected.