Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EliCDavis committed Feb 18, 2024
1 parent 8679e56 commit 29de4cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Collection of **generic, immutable** vector math functions I've written overtime
| Log10 |||| Returns the decimal logarithm for each component |
| Exp |||| Returns e**x, the base-e exponential for each component |
| Exp2 |||| Returns 2**x, the base-2 exponential for each component |
| Expm1 | ✅ | ✅ | ✅ | Returns e**x - 1, the base-e exponential for each component minus 1. It is more accurate than Exp(x) - 1 when the component is near zero
|
| Expm1 |||| Returns e**x - 1, the base-e exponential for each component minus 1. It is more accurate than Exp(x) - 1 when the component is near zero |


## Example
Expand Down

0 comments on commit 29de4cc

Please sign in to comment.