Scythe-1.0.3
Public Member Functions
scythe::scythe_range_error Class Reference

Numerical underflow or overflow error. More...

#include <scythestat/error.h>

Inheritance diagram for scythe::scythe_range_error:
Inheritance graph
[legend]
Collaboration diagram for scythe::scythe_range_error:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 scythe_range_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw ()

Detailed Description

Numerical underflow or overflow error.

Library members throw this exception when the result of a calculation, assignment, or other operation is to small or large for the data type holding the value. For example, passing certain values to the gammafn function can result in underflow or overflow conditions in the resulting calculations.


The documentation for this class was generated from the following file: