Closed atomb closed 2 years ago
Some of the code in Externs.cs was kind of awkward due to limitations in the API of the BigRational class. Given changes available in 3.7.0, this code can be significantly simplified. This PR does that.
Externs.cs
BigRational
Horray, we're no longer ridiculous! :) Love the lines added/lines removed ratio.
Some of the code in
Externs.cs
was kind of awkward due to limitations in the API of theBigRational
class. Given changes available in 3.7.0, this code can be significantly simplified. This PR does that.