solveLinear

Find the root of a linear polynomial a + b x = 0

pure nothrow
size_t
solveLinear
(
T
)
(
T a
,
T b
,
out T root
)
if (
isFloatingPoint!T
)

Return Value

Type: size_t

Number of roots.

Meta