Sunday, 15 May 2011

Is there a substitute for Pow in BigInteger in F#? -


I told my compiler that the BigInteger class was using the Pow function in F #:

This building is deprecated, this member has been removed to ensure that it is binary compatible with .NET 4.0 type System.Numerics.BigInteger

. I feel right, but I did not get the replacement immediately

Is there anyone? Should we only use our own Pow function? And (how) will it be converted to NET 4.0?

You can use the wrench function

Results = Power 42 I 42

does any kind of work which understands multiplication and one.


No comments:

Post a Comment