STORM_LOG_THROW(storm::utility::isInteger(secondOperandAsRationalFunction),storm::exceptions::InvalidArgumentException,"Exponent of power operator must be a positive integer.");
STORM_LOG_THROW(storm::utility::isInteger(secondOperandAsRationalFunction),storm::exceptions::InvalidArgumentException,"Exponent of power operator must be a positive integer but is "<<secondOperandAsRationalFunction<<".");