checkedint v0.7.0 (2020-04-18T21:41:28Z)
Dub
Repo
SmartInt.pow
checkedint
SmartInt
Raise
this
to the
exp
power using
std.math.pow()
.
auto
pow
(M exp)
struct
SmartInt
(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
const pure @
safe
nothrow @
nogc
auto
pow
(
M
)
(
const
M
exp
)
if
(
isFloatingPoint
!
M
)
if
(
isIntegral
!
N
&&
isUnqual
!
N
)
auto
pow
(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().