文件名称:HD1018
介绍说明--下载内容均来自于网络,请自行研究使用
求N!的位数。即log10(N!)公式各种各样,这里有一个:Log10(n!) log10(n*(n-1)*(n-2)*…) log10(n)+log10(n-1)…一个循环就行了;
注意:最后的数(设为s) 如果有余数必须在s取整后加1-Seeking N! Digits. I.e. log10 (! N) various formulas, there is a: (! N) Log10 log10 (n* (n-1)* (n-2)* ...) log10 (n)+log10 (n-1 ) ... a loop on the line Note: the last number (s set) if more than the number must be rounded in s plus 1
注意:最后的数(设为s) 如果有余数必须在s取整后加1-Seeking N! Digits. I.e. log10 (! N) various formulas, there is a: (! N) Log10 log10 (n* (n-1)* (n-2)* ...) log10 (n)+log10 (n-1 ) ... a loop on the line Note: the last number (s set) if more than the number must be rounded in s plus 1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HD1018
......\1018.c
......\1018.exe
......\1018.o