33 references to Log
mscorlib (2)
system\math.cs (2)
519return (Log(a)/Log(newBase));
System.Numerics (5)
System\Numerics\BigInteger.cs (2)
929return (Math.Log(c) + log2 * bitlen) / Math.Log(baseValue);
System\Numerics\BigIntegerBuilder.cs (1)
905private static readonly double kdblLn2To32 = 32 * Math.Log(2);
System\Numerics\Complex.cs (2)
343return (new Complex((Math.Log(Abs(value))), (Math.Atan2(value.m_imaginary, value.m_real)))); 389double newRho = c * theta + d * Math.Log(rho);
System.Web.DataVisualization (13)
Common\Formulas\StatisticalAnalysis.cs (6)
1458 tmp -= ( x + 0.5 ) * Math.Log( tmp ); 1465 return -tmp + Math.Log( 2.5066282746310005 * sum / x ); 1583bt = Math.Exp(GammLn(a + b) - GammLn(a) - GammLn(b) + a * Math.Log(x) + b * Math.Log(1.0 - x)); 2113 r = Math.Log( -Math.Log( r ) );
Common\Formulas\TimeSeriesAndForecasting.cs (5)
318 inputValues[1][index] = Math.Log( inputValues[1][index] ); 340 inputValues[0][index] = Math.Log( inputValues[0][index] ); 437 inputValues[0][index] = Math.Log( inputValues[0][index] ); 438 inputValues[1][index] = Math.Log( inputValues[1][index] ); 516 outputValues[1][i]= coefficients[1] * Math.Log( outputValues[0][i] ) + coefficients[0];
Common\General\AxisLabels.cs (2)
707 double inter = Math.Log(labelStyle.GetInterval()); 708 double valu = Math.Log(Math.Abs(labValue));
System.Windows.Forms.DataVisualization (13)
Common\Formulas\StatisticalAnalysis.cs (6)
1458 tmp -= ( x + 0.5 ) * Math.Log( tmp ); 1465 return -tmp + Math.Log( 2.5066282746310005 * sum / x ); 1583bt = Math.Exp(GammLn(a + b) - GammLn(a) - GammLn(b) + a * Math.Log(x) + b * Math.Log(1.0 - x)); 2113 r = Math.Log( -Math.Log( r ) );
Common\Formulas\TimeSeriesAndForecasting.cs (5)
318 inputValues[1][index] = Math.Log( inputValues[1][index] ); 340 inputValues[0][index] = Math.Log( inputValues[0][index] ); 437 inputValues[0][index] = Math.Log( inputValues[0][index] ); 438 inputValues[1][index] = Math.Log( inputValues[1][index] ); 516 outputValues[1][i]= coefficients[1] * Math.Log( outputValues[0][i] ) + coefficients[0];
Common\General\AxisLabels.cs (2)
707 double inter = Math.Log(labelStyle.GetInterval()); 708 double valu = Math.Log(Math.Abs(labValue));