Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm authored Nov 5, 2017
1 parent e52523d commit 7ee0ee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/cmath/hermite.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

```cpp
namespace std {
float hermitef(float x);
double hermite(double x);
long double hermitel(long double x);
float hermitef(unsigned n, float x);
double hermite(unsigned n, double x);
long double hermitel(unsigned n, long double x);
}
```
Expand Down

0 comments on commit 7ee0ee8

Please sign in to comment.