RationalPower<T> class

A rational power of a base

Constructors

RationalPower(T base, [RationalNumber pow = const RationalNumber._(1)])
const

Properties

base → T
The base
final
hashCode int
The hash code for this object.
no setteroverride
inverse RationalPower<T>
no setter
pow RationalNumber
The power exponent
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override