You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's better to first check whether the class has this operator defined, it's obviously unnecessary for this line, but it's called when Constant.One is called.
My solution is presented in #56, but I don't think it fits the code quality requirements
The text was updated successfully, but these errors were encountered:
There is still more that will need to be done to the ComputePi method... But I went ahead and converted it to a property along with all the members of Constant. Using fields was faster than properties, but I've determined there are better ways to handle optimizations than worrying about the members of Constant being fields.
To be precise, in this line
It's better to first check whether the class has this operator defined, it's obviously unnecessary for this line, but it's called when Constant.One is called.
My solution is presented in #56, but I don't think it fits the code quality requirements
The text was updated successfully, but these errors were encountered: