Searched defs:RealToIntPower (Results 1 – 1 of 1) sorted by relevance
310 struct RealToIntPower : public Operation<RealToIntPower<A>, A, A, SomeInteger> { struct311 using Base = Operation<RealToIntPower, A, A, SomeInteger>; argument312 using Result = A;313 using BaseOperand = A;314 using ExponentOperand = SomeInteger;