Skip to content

Commit 872ace5

Browse files
nsajkodevmotion
andauthored
readme: note that some constants are not known to be irrational (#34)
* 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>
1 parent 97aa7da commit 872ace5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Coverage](https://codecov.io/gh/JuliaMath/IrrationalConstants.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaMath/IrrationalConstants.jl)
55
[![Coverage](https://coveralls.io/repos/github/JuliaMath/IrrationalConstants.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaMath/IrrationalConstants.jl?branch=main)
66

7-
This package defines the following irrational constants:
7+
This package defines the following `AbstractIrrational` constants:
88

99
```julia
1010
twoπ #
@@ -33,3 +33,4 @@ log2π # log(2π)
3333
log4π # log(4π)
3434
```
3535

36+
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 commit comments

Comments
 (0)