mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
SmileRoots.this
mir
numeric
SmileRoots
Constructs a SmileRoots struct from a single value or a pair of left and right bounds.
this
(T value)
this
(T left, T right)
struct
SmileRoots
(T)
@
safe
pure nothrow @
nogc
this
(
T
left
,
T
right
)
if
(
__traits(
isFloating
,
T
)
)
this
(SmallArray!(T, 2) array)
mir
numeric
SmileRoots
constructors
this
functions
count
opIndex
variables
left
right
Constructs a SmileRoots struct from a single value or a pair of left and right bounds.