checkedint ~master (2017-04-21T23:53:16Z)
Dub
Repo
SmartInt.pow
checkedint
SmartInt
Raise
this
to the
exp
power using
std.math.pow()
.
auto
pow
(
const
M
exp
)
struct
SmartInt
(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
auto
pow
const pure @
safe
nothrow @
nogc
(
M
)
(
const
M
exp
)
if
(
isFloatingPoint
!
M
)
if
(
isIntegral
!
N
&&
isUnqual
!
N
)
auto
pow
(
const
M
exp
)
Meta
Source
See Implementation
checkedint
SmartInt
constructors
this
functions
abs
bsf
bsr
divPow2
ilogb
modPow2
mulPow2
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
popcnt
pow
toHash
toString
properties
bits
idx
variables
bscal
max
min
policy
Raise this to the exp power using std.math.pow().