File tree 2 files changed +38
-2
lines changed
2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,44 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.1.1] - 2018-07-14
9
+
10
+ ### Added
11
+
12
+ - acos
13
+ - acosf
14
+ - asin
15
+ - asinf
16
+ - atanf
17
+ - cbrt
18
+ - cbrtf
19
+ - ceil
20
+ - ceilf
21
+ - cosf
22
+ - exp
23
+ - exp2
24
+ - exp2f
25
+ - expm1
26
+ - expm1f
27
+ - fdim
28
+ - fdimf
29
+ - floorf
30
+ - fma
31
+ - fmod
32
+ - log
33
+ - log2
34
+ - log10
35
+ - log10f
36
+ - log1p
37
+ - log1pf
38
+ - log2f
39
+ - roundf
40
+ - sinf
41
+ - tanf
42
+
8
43
## v0.1.0 - 2018-07-13
9
44
10
45
- Initial release
11
46
12
- [ Unreleased ] : https://github.com/japaric/libm/compare/v0.1.0...HEAD
47
+ [ Unreleased ] : https://github.com/japaric/libm/compare/v0.1.1...HEAD
48
+ [ v0.1.1 ] : https://github.com/japaric/libm/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["libm", "math"]
7
7
license = " MIT OR Apache-2.0"
8
8
name = " libm"
9
9
repository = " https://github.com/japaric/libm"
10
- version = " 0.1.0 "
10
+ version = " 0.1.1 "
11
11
12
12
[workspace ]
13
13
members = [" cb" , " test-generator" ]
You can’t perform that action at this time.
0 commit comments