# G

- [Gamma function](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gamma_function.md)
- [Gapful numbers](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gapful_numbers.md)
- [Gauss-Jordan matrix inversion](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gauss-jordan_matrix_inversion.md)
- [Gaussian elimination](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gaussian_elimination.md)
- [Gaussian primes](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gaussian_primes.md)
- [General FizzBuzz](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/general_fizzbuzz.md)
- [Generate Chess960 starting position](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generate_chess960_starting_position.md)
- [Generate lower case ASCII alphabet](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generate_lower_case_ascii_alphabet.md)
- [Generate random numbers without repeating a value](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generate_random_numbers_without_repeating_a_value.md)
- [Generator](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generator.md)
- [Exponential](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generator/exponential.md)
- [Generic swap](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/generic_swap.md)
- [Get system command output](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/get_system_command_output.md)
- [Getting the number of decimal places](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/getting_the_number_of_decimal_places.md)
- [Getting the number of decimals](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/getting_the_number_of_decimals.md)
- [Giuga numbers](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/giuga_numbers.md)
- [Globally replace text in several files](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/globally_replace_text_in_several_files.md)
- [Golden ratio](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/golden-ratio.md)
- [Convergence](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/golden-ratio/convergence.md)
- [Gray code](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gray_code.md)
- [Grayscale image](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/grayscale_image.md)
- [Greatest common divisor](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/greatest_common_divisor.md)
- [Greatest element of a list](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/greatest_element_of_a_list.md)
- [Greatest prime dividing the n-th cubefree number](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/greatest_prime_dividing_the_n-th_cubefree_number.md)
- [Greatest subsequential sum](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/greatest_subsequential_sum.md)
- [Greedy algorithm for Egyptian fractions](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/greedy_algorithm_for_egyptian_fractions.md)
- [Guess the number](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/guess_the_number.md)
- [With feedback](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/guess_the_number/with_feedback.md)
- [With feedback player](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/guess_the_number/with_feedback_player.md)
- [GUI](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gui.md)
- [Maximum window dimensions](https://trizen.gitbook.io/sidef-lang/programming_tasks/g/gui/maximum_window_dimensions.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trizen.gitbook.io/sidef-lang/programming_tasks/g.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
