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.
1 parent e7b281e commit 04fd9aeCopy full SHA for 04fd9ae
README.md
@@ -1,2 +1,29 @@
1
# IrrationalConstants.jl
2
-defines additional mathematical constants
+
3
+This package defines the following irrational constants:
4
5
+```julia
6
+twoπ # 2π
7
+fourπ # 4π
8
+halfπ # π / 2
9
+quartπ # π / 4
10
+invπ # 1 / π
11
+twoinvπ # 2 / π
12
+fourinvπ # 4 / π
13
+inv2π # 1 / (2π)
14
+inv4π # 1 / (4π)
15
+sqrt2 # √2
16
+sqrt3 # √3
17
+sqrtπ # √π
18
+sqrt2π # √2π
19
+sqrt4π # √4π
20
+sqrthalfπ # √(π / 2)
21
+invsqrt2 # 1 / √2
22
+invsqrt2π # 1 / √2π
23
+loghalf # log(1 / 2)
24
+logtwo # log(2)
25
+logπ # log(π)
26
+log2π # log(2π)
27
+log4π # log(4π)
28
+```
29
0 commit comments