Problem 61051. Barnes G-Function

Evaluate the Barnes G-Function at a given (integral) value.
%Example 1
in = 1;
out = 1;
%Example 1
in = 4;
out = 2;
Only vectorized solutions will be accepted. Check the test suite for banned functions.

Solution Stats

83.33% Correct | 16.67% Incorrect
Last Solution submitted on Oct 27, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author43

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!