# Problem with Gamma function

**URL:** https://discourse.julialang.org/t/problem-with-gamma-function/117941
**Category:** General Usage
**Created:** [August 8, 2024, 5:38am UTC](https://discourse.julialang.org/t/problem-with-gamma-function/117941 "2024-08-08T05:38:35Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![kellertuer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kellertuer/32/220707_2.png) [@kellertuer](https://discourse.julialang.org/u/kellertuer)
#### Post date: [August 8, 2024, 6:01am UTC](https://discourse.julialang.org/t/problem-with-gamma-function/117941/3 "2024-08-08T06:01:05Z")

</div>

Hi and welcome to the Julia discourse.

Could you maybe provide code that is not working? As Daniel wrote, you might have (just) added a package (installed it on hard drive) but not loaded it (`using`).  
Also – which package you did add would be good to know (see also [Please read: make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757) for more details).

Two formatting tips: You can put code in backticks ``` to have inline code (or three of them to have a code block) – and you can also put math in `$...$` to have it rendered like `$\alpha$` renders nicely as \alpha.

---

_[View the full topic](https://discourse.julialang.org/t/problem-with-gamma-function/117941)._
