mirror of
https://github.com/opelly27/Y-Cruncher.git
synced 2026-05-20 01:47:34 +00:00
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
// y-cruncher Custom Formula File
|
|
//
|
|
// This can be loaded directly from the Custom Compute menu or
|
|
// entered from the command line as "custom:filename".
|
|
//
|
|
// y-cruncher custom custom:"constant - algorithm"
|
|
//
|
|
//
|
|
// Author: Alexander J. Yee
|
|
// Date: October 6, 2018
|
|
//
|
|
// Value: 1.64493406684822643647241516664602518921894990120679...
|
|
//
|
|
// Zeta(2) = Pi^2 / 6
|
|
//
|
|
// https://en.wikipedia.org/wiki/Chudnovsky_algorithm
|
|
//
|
|
|
|
{
|
|
NameShort : "Zeta(2)"
|
|
NameLong : "Zeta(2)"
|
|
AlgorithmShort : "Chudnovsky"
|
|
AlgorithmLong : "Chudnovsky (1988)"
|
|
Formula : {
|
|
LinearCombination : [
|
|
[
|
|
303862746112000
|
|
{Power : [
|
|
{SeriesHypergeometric : {
|
|
Power : -1
|
|
CoefficientP : 1
|
|
CoefficientQ : 13591409
|
|
CoefficientD : 1
|
|
PolynomialP : [-67957045 -2100495856 23608573992 -57896553024 39250089648]
|
|
PolynomialQ : [0 0 0 -10939058860032000]
|
|
PolynomialR : [-5 46 -108 72]
|
|
}}
|
|
2
|
|
]}
|
|
]
|
|
]
|
|
}
|
|
}
|