compute_euler_gamma_harmonic
Calculate the Euler-Mascheroni constant γ using harmonic series approximation by specifying the number of terms for precision.
Instructions
Compute Euler-Mascheroni constant γ using harmonic series: γ = lim(n→∞) (H_n - ln(n)) (Domain: arithmetic, Category: mathematical_constants)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | Yes |