File tree 6 files changed +6
-5
lines changed
6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " MicroFloatingPoints"
2
2
uuid = " 6e0295d3-a2ae-4d9e-ab31-7b55fc0f4333"
3
3
authors = [
" Frédéric Goualard <[email protected] >" ]
4
- version = " 1.3.3 "
4
+ version = " 1.4.0 "
5
5
6
6
[deps ]
7
7
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
Original file line number Diff line number Diff line change 1
1
# MFPPlot --
2
2
#
3
- # Copyright 2019--2021 University of Nantes, France.
3
+ # Copyright 2019--2023 University of Nantes, France.
4
4
#
5
5
# This file is part of the MicroFloatingPoints library.
6
6
#
Original file line number Diff line number Diff line change 1
1
# MFPRandom --
2
2
#
3
- # Copyright 2019--2021 University of Nantes, France.
3
+ # Copyright 2019--2023 University of Nantes, France.
4
4
#
5
5
# This file is part of the MicroFloatingPoints library.
6
6
#
Original file line number Diff line number Diff line change 1
1
# MFPUtils --
2
2
#
3
- # Copyright 2019--2021 University of Nantes, France.
3
+ # Copyright 2019--2023 University of Nantes, France.
4
4
#
5
5
# This file is part of the MicroFloatingPoints library.
6
6
#
Original file line number Diff line number Diff line change 1
1
# MicroFloatingPoints --
2
2
#
3
- # Copyright 2019--2022 University of Nantes, France.
3
+ # Copyright 2019--2023 University of Nantes, France.
4
4
#
5
5
# This file is part of the MicroFloatingPoints library.
6
6
#
Original file line number Diff line number Diff line change 26
26
@testset " precision" begin
27
27
@test precision (Floatmu{5 ,10 }) == precision (Float16)
28
28
@test precision (Floatmu{8 ,23 }) == precision (Float32)
29
+ @test precision (Floatmu {8,23} (2.0 )) == 24
29
30
end ;
30
31
31
32
@testset " exponent" begin
You can’t perform that action at this time.
0 commit comments