Skip to content

Commit

Permalink
readme: note that some constants are not known to be irrational (#34)
Browse files Browse the repository at this point in the history
* readme: note that some constants are not known to be irrational

xref JuliaLang/julia#55897

* rationality -> irrationality

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>

---------

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
nsajko and devmotion committed Sep 27, 2024
1 parent 97aa7da commit 872ace5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage](https://codecov.io/gh/JuliaMath/IrrationalConstants.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaMath/IrrationalConstants.jl)
[![Coverage](https://coveralls.io/repos/github/JuliaMath/IrrationalConstants.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaMath/IrrationalConstants.jl?branch=main)

This package defines the following irrational constants:
This package defines the following `AbstractIrrational` constants:

```julia
twoπ #
Expand Down Expand Up @@ -33,3 +33,4 @@ log2π # log(2π)
log4π # log(4π)
```

Pedantic note: even though these constants are instances of `AbstractIrrational`, the irrationality of some of them is not known. This is the case, for example, with `logπ`.

0 comments on commit 872ace5

Please sign in to comment.