Skip to content

Commit 04fd9ae

Browse files
committed
Update README
1 parent e7b281e commit 04fd9ae

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# IrrationalConstants.jl
2-
defines additional mathematical constants
2+
3+
This package defines the following irrational constants:
4+
5+
```julia
6+
twoπ #
7+
fourπ #
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

Comments
 (0)