Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Log() [1/2]

static double System.Numerics.BigInteger.Log ( BigInteger value)
inlinestatic

Definition at line 706 of file BigInteger.cs.

707 {
708 return Log(value, Math.E);
709 }
static double Log(BigInteger value)

References System.Math.E, System.Numerics.BigInteger.Log(), and System.value.

Referenced by System.Numerics.BigInteger.Log(), and System.Numerics.BigInteger.Log10().