Difference between revisions of "Manuals/calci/GFUNCTION"

From ZCubes Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
  
{{(1+\frac{z}{k})}^k
+
==Examples==
 +
# GFUNCTION(10) = 5056584744960000
 +
# GFUNCTION(4) = 2
 +
# GFUNCTION(7) = 34560
 +
# GFUNCTION(5.2) = 12
 +
 
 +
==See Also==
 +
*[[Manuals/calci/BETAFUNCTION | BETAFUNCTION]]
 +
*[[Manuals/calci/KFUNCTION  | KFUNCTION ]]
 +
 
 +
==References==
 +
*[https://en.wikipedia.org/wiki/Barnes_G-function  G Function]
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Revision as of 18:01, 8 August 2017

GFUNCTION (Number)


  • is any positive real number.

Description

  • This function shows the value of the Barnes G-function value.
  • In , is any real number.
  • is a function that is an extension of super factorials to the complex numbers.
  • It is related to the Gamma function, the K-function and the Glaisher–Kinkelin constant, and was named after mathematician Ernest William Barnes.
  • According to elementary factors, it is a special case of the double gamma function.
  • Formally, the Barnes G-function is defined in the following Weierstrass product form:


Examples

  1. GFUNCTION(10) = 5056584744960000
  2. GFUNCTION(4) = 2
  3. GFUNCTION(7) = 34560
  4. GFUNCTION(5.2) = 12

See Also

References