From 872ace5826bb3f457df1545c4c69d6312c9c935e Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Fri, 27 Sep 2024 11:25:35 +0200 Subject: [PATCH] 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 --------- Co-authored-by: David Widmann --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e6f5d..f437b5c 100644 --- a/README.md +++ b/README.md @@ -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π # 2π @@ -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π`.