7 references to ExpInf
Microsoft.ML.Core (7)
Utilities\MathUtils.cs (7)
545
Contracts.Assert(0 <= exp && exp <
ExpInf
);
567
if (x >=
ExpInf
)
572
Contracts.Assert(0 <= n && n <
ExpInf
);
606
if (x >=
ExpInf
)
611
Contracts.Assert(0 <= n && n <
ExpInf
);
646
if (x >=
ExpInf
)
651
Contracts.Assert(0 <= n && n <
ExpInf
);