In diesem Beispiel wird der Logarithmus zur Basis 10 von 1000.0berechnet. #include <math.h> #include <stdio.h> int main(void) { double x = 1000.0, y; y = log10(x); printf("The base 10 logarithm of %lf is %lf\n", x, y); } /*** Output should be similar to: *** The ...
LOG10 ( float_exp ) Gibt denLogarithmuszur Basis 10 von float_exp zurück. MOD (integer_exp1, integer_exp2) resources.arcgis.com LOG10 ( float_exp ) Returns the base 10logarithmof float_exp. MOD (integer_exp1, integer_exp2)