solveLinear

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

@nogc pure nothrow
int
solveLinear
(
T
)
(
T a
,
T b
,
out T root
)
if (
isFloatingPoint!T
)

Return Value

Type: int

Number of roots.

Meta