Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikkelsen committed Dec 11, 2023
1 parent 15803f7 commit 647e539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ savefig("clausen.svg"); nothing # hide
The Debye functions are given by

```math
D_n(x)= \frac{n}{x^n} \int_0^x \frac{t^n}{\text{e}^t-1} \, \text{d}x
D_n(x)= \frac{n}{x^n} \int_0^x \frac{t^n}{\text{e}^t-1} \, \text{d}t
```
And
```@example
Expand Down Expand Up @@ -233,4 +233,4 @@ plot!(x,FermiDiracIntegralNorm.(3/2,x),label=L"F_{3/2}(x)")
plot!(x,FermiDiracIntegralNorm.(5/2,x),label=L"F_{5/2}(x)")
title!("Fermi-Dirac Integral")
xlabel!(L"x")
```
```

0 comments on commit 647e539

Please sign in to comment.