1#include "storm-config.h"
10storm::RationalNumber rn(
double doubleValue) {
14storm::RationalNumber rn(std::string
const& str) {
17TEST(RationalApproximationTest, inclusive_bounds) {
35TEST(RationalApproximationTest, exclusive_bounds) {
61TEST(RationalApproximationTest, negative) {
storm::RationalNumber findRational(storm::RationalNumber const &lowerBound, bool lowerInclusive, storm::RationalNumber const &upperBound, bool upperInclusive)
Finds the "simplest" rational number in the given interval, where "simplest" means having the smalles...
TargetType convertNumber(SourceType const &number)