We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mpfr_const_log2
1 parent 20348a2 commit d226b95Copy full SHA for d226b95
Project.toml
@@ -1,7 +1,7 @@
1
name = "IrrationalConstants"
2
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
3
authors = ["JuliaMath"]
4
-version = "0.1.0"
+version = "0.1.1"
5
6
[compat]
7
julia = "1"
src/stats.jl
@@ -23,7 +23,7 @@
23
@irrational invsqrt2π 0.3989422804014326779 inv(sqrt(2 * big(π)))
24
25
@irrational loghalf -0.6931471805599453094 log(inv(big(2)))
26
-@irrational logtwo 0.6931471805599453094 log(big(2))
+@irrational logtwo 0.6931471805599453094 log2
27
@irrational logten 2.302585092994046 log(big(10))
28
@irrational logπ 1.1447298858494001741 log(big(π))
29
@irrational log2π 1.8378770664093454836 log(2 * big(π))
0 commit comments