Skip to content

Commit

Permalink
Update 2019-11-07-numerics.md (#165)
Browse files Browse the repository at this point in the history
Typo: "logarithmetic"
  • Loading branch information
gmw authored Oct 24, 2022
1 parent a3a1b9d commit 4152560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2019-11-07-numerics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `RealFunctions` protocol refines `ElementaryFunctions`, and adds operations
- `hypot`, which computes `sqrt(x*x + y*y)` without intermediate overflow or underflow.
- `erf` and `erfc`, the [error function][ErrorFunction] and its complement.
- Exponential functions: `exp2` and `exp10`
- Logarithmetic functions: `log2` and `log10`
- Logarithmic functions: `log2` and `log10`
- Gamma functions: `gamma`, `logGamma`, and `signGamma`, which evaluate the [gamma function][GammaFunction], its logarithm, and its sign.

The protocol that you will use most often is `Real`, which describes a floating-point type equipped with the full set of basic math functions.
Expand Down

0 comments on commit 4152560

Please sign in to comment.