decimalPoly

Undocumented in source. Be warned that the author may not have intended to support it.

package
decimalPoly
(
D1
D2
D
)
(
auto const ref D1 x
,
const(D2)[] a
,
out D result
)
if (
isDecimal!(D1, D2) &&
is(D : CommonDecimal!(D1, D2))
)

Meta