﻿功能:获取大数级的Silver常数(Silver constant)

格式:BgConstantSilver(n);BgConstantSilver()

说明:n表示获取Apéry常数值小数点后的位数.其大于0.BgConstantSilver()表示获取程序可提供的小数位最多的Silver常数.

关于:{Silver constant<http://mathworld.wolfram.com/SilverConstant.html>}

例子:

BgConstantSilver(125)//回车执行本命令后得到如下的结果
ans=
"3.24697960371746706105000976800847962126454946179280421073109887819370730491297446915188501465317074333411618441834908601827145"

//By 2012/9/13