|
1 | 1 | error: approximate value of `f{32, 64}::consts::E` found. Consider using it directly
|
2 |
| - --> $DIR/approx_const.rs:7:16 |
| 2 | + --> $DIR/approx_const.rs:9:16 |
3 | 3 | |
|
4 |
| -7 | let my_e = 2.7182; |
| 4 | +9 | let my_e = 2.7182; |
5 | 5 | | ^^^^^^
|
6 | 6 | |
|
7 |
| - = note: `-D approx-constant` implied by `-D warnings` |
| 7 | + = note: `-D clippy::approx-constant` implied by `-D warnings` |
8 | 8 |
|
9 | 9 | error: approximate value of `f{32, 64}::consts::E` found. Consider using it directly
|
10 |
| - --> $DIR/approx_const.rs:8:20 |
11 |
| - | |
12 |
| -8 | let almost_e = 2.718; |
13 |
| - | ^^^^^ |
| 10 | + --> $DIR/approx_const.rs:10:20 |
| 11 | + | |
| 12 | +10 | let almost_e = 2.718; |
| 13 | + | ^^^^^ |
14 | 14 |
|
15 | 15 | error: approximate value of `f{32, 64}::consts::FRAC_1_PI` found. Consider using it directly
|
16 |
| - --> $DIR/approx_const.rs:11:24 |
| 16 | + --> $DIR/approx_const.rs:13:24 |
17 | 17 | |
|
18 |
| -11 | let my_1_frac_pi = 0.3183; |
| 18 | +13 | let my_1_frac_pi = 0.3183; |
19 | 19 | | ^^^^^^
|
20 | 20 |
|
21 | 21 | error: approximate value of `f{32, 64}::consts::FRAC_1_SQRT_2` found. Consider using it directly
|
22 |
| - --> $DIR/approx_const.rs:14:28 |
| 22 | + --> $DIR/approx_const.rs:16:28 |
23 | 23 | |
|
24 |
| -14 | let my_frac_1_sqrt_2 = 0.70710678; |
| 24 | +16 | let my_frac_1_sqrt_2 = 0.70710678; |
25 | 25 | | ^^^^^^^^^^
|
26 | 26 |
|
27 | 27 | error: approximate value of `f{32, 64}::consts::FRAC_1_SQRT_2` found. Consider using it directly
|
28 |
| - --> $DIR/approx_const.rs:15:32 |
| 28 | + --> $DIR/approx_const.rs:17:32 |
29 | 29 | |
|
30 |
| -15 | let almost_frac_1_sqrt_2 = 0.70711; |
| 30 | +17 | let almost_frac_1_sqrt_2 = 0.70711; |
31 | 31 | | ^^^^^^^
|
32 | 32 |
|
33 | 33 | error: approximate value of `f{32, 64}::consts::FRAC_2_PI` found. Consider using it directly
|
34 |
| - --> $DIR/approx_const.rs:18:24 |
| 34 | + --> $DIR/approx_const.rs:20:24 |
35 | 35 | |
|
36 |
| -18 | let my_frac_2_pi = 0.63661977; |
| 36 | +20 | let my_frac_2_pi = 0.63661977; |
37 | 37 | | ^^^^^^^^^^
|
38 | 38 |
|
39 | 39 | error: approximate value of `f{32, 64}::consts::FRAC_2_SQRT_PI` found. Consider using it directly
|
40 |
| - --> $DIR/approx_const.rs:21:27 |
| 40 | + --> $DIR/approx_const.rs:23:27 |
41 | 41 | |
|
42 |
| -21 | let my_frac_2_sq_pi = 1.128379; |
| 42 | +23 | let my_frac_2_sq_pi = 1.128379; |
43 | 43 | | ^^^^^^^^
|
44 | 44 |
|
45 | 45 | error: approximate value of `f{32, 64}::consts::FRAC_PI_2` found. Consider using it directly
|
46 |
| - --> $DIR/approx_const.rs:24:24 |
| 46 | + --> $DIR/approx_const.rs:26:24 |
47 | 47 | |
|
48 |
| -24 | let my_frac_pi_2 = 1.57079632679; |
| 48 | +26 | let my_frac_pi_2 = 1.57079632679; |
49 | 49 | | ^^^^^^^^^^^^^
|
50 | 50 |
|
51 | 51 | error: approximate value of `f{32, 64}::consts::FRAC_PI_3` found. Consider using it directly
|
52 |
| - --> $DIR/approx_const.rs:27:24 |
| 52 | + --> $DIR/approx_const.rs:29:24 |
53 | 53 | |
|
54 |
| -27 | let my_frac_pi_3 = 1.04719755119; |
| 54 | +29 | let my_frac_pi_3 = 1.04719755119; |
55 | 55 | | ^^^^^^^^^^^^^
|
56 | 56 |
|
57 | 57 | error: approximate value of `f{32, 64}::consts::FRAC_PI_4` found. Consider using it directly
|
58 |
| - --> $DIR/approx_const.rs:30:24 |
| 58 | + --> $DIR/approx_const.rs:32:24 |
59 | 59 | |
|
60 |
| -30 | let my_frac_pi_4 = 0.785398163397; |
| 60 | +32 | let my_frac_pi_4 = 0.785398163397; |
61 | 61 | | ^^^^^^^^^^^^^^
|
62 | 62 |
|
63 | 63 | error: approximate value of `f{32, 64}::consts::FRAC_PI_6` found. Consider using it directly
|
64 |
| - --> $DIR/approx_const.rs:33:24 |
| 64 | + --> $DIR/approx_const.rs:35:24 |
65 | 65 | |
|
66 |
| -33 | let my_frac_pi_6 = 0.523598775598; |
| 66 | +35 | let my_frac_pi_6 = 0.523598775598; |
67 | 67 | | ^^^^^^^^^^^^^^
|
68 | 68 |
|
69 | 69 | error: approximate value of `f{32, 64}::consts::FRAC_PI_8` found. Consider using it directly
|
70 |
| - --> $DIR/approx_const.rs:36:24 |
| 70 | + --> $DIR/approx_const.rs:38:24 |
71 | 71 | |
|
72 |
| -36 | let my_frac_pi_8 = 0.3926990816987; |
| 72 | +38 | let my_frac_pi_8 = 0.3926990816987; |
73 | 73 | | ^^^^^^^^^^^^^^^
|
74 | 74 |
|
75 | 75 | error: approximate value of `f{32, 64}::consts::LN_10` found. Consider using it directly
|
76 |
| - --> $DIR/approx_const.rs:39:20 |
| 76 | + --> $DIR/approx_const.rs:41:20 |
77 | 77 | |
|
78 |
| -39 | let my_ln_10 = 2.302585092994046; |
| 78 | +41 | let my_ln_10 = 2.302585092994046; |
79 | 79 | | ^^^^^^^^^^^^^^^^^
|
80 | 80 |
|
81 | 81 | error: approximate value of `f{32, 64}::consts::LN_2` found. Consider using it directly
|
82 |
| - --> $DIR/approx_const.rs:42:19 |
| 82 | + --> $DIR/approx_const.rs:44:19 |
83 | 83 | |
|
84 |
| -42 | let my_ln_2 = 0.6931471805599453; |
| 84 | +44 | let my_ln_2 = 0.6931471805599453; |
85 | 85 | | ^^^^^^^^^^^^^^^^^^
|
86 | 86 |
|
87 | 87 | error: approximate value of `f{32, 64}::consts::LOG10_E` found. Consider using it directly
|
88 |
| - --> $DIR/approx_const.rs:45:22 |
| 88 | + --> $DIR/approx_const.rs:47:22 |
89 | 89 | |
|
90 |
| -45 | let my_log10_e = 0.4342944819032518; |
| 90 | +47 | let my_log10_e = 0.4342944819032518; |
91 | 91 | | ^^^^^^^^^^^^^^^^^^
|
92 | 92 |
|
93 | 93 | error: approximate value of `f{32, 64}::consts::LOG2_E` found. Consider using it directly
|
94 |
| - --> $DIR/approx_const.rs:48:21 |
| 94 | + --> $DIR/approx_const.rs:50:21 |
95 | 95 | |
|
96 |
| -48 | let my_log2_e = 1.4426950408889634; |
| 96 | +50 | let my_log2_e = 1.4426950408889634; |
97 | 97 | | ^^^^^^^^^^^^^^^^^^
|
98 | 98 |
|
99 | 99 | error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
|
100 |
| - --> $DIR/approx_const.rs:51:17 |
| 100 | + --> $DIR/approx_const.rs:53:17 |
101 | 101 | |
|
102 |
| -51 | let my_pi = 3.1415; |
| 102 | +53 | let my_pi = 3.1415; |
103 | 103 | | ^^^^^^
|
104 | 104 |
|
105 | 105 | error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
|
106 |
| - --> $DIR/approx_const.rs:52:21 |
| 106 | + --> $DIR/approx_const.rs:54:21 |
107 | 107 | |
|
108 |
| -52 | let almost_pi = 3.14; |
| 108 | +54 | let almost_pi = 3.14; |
109 | 109 | | ^^^^
|
110 | 110 |
|
111 | 111 | error: approximate value of `f{32, 64}::consts::SQRT_2` found. Consider using it directly
|
112 |
| - --> $DIR/approx_const.rs:55:18 |
| 112 | + --> $DIR/approx_const.rs:57:18 |
113 | 113 | |
|
114 |
| -55 | let my_sq2 = 1.4142; |
| 114 | +57 | let my_sq2 = 1.4142; |
115 | 115 | | ^^^^^^
|
116 | 116 |
|
117 | 117 | error: aborting due to 19 previous errors
|
|
0 commit comments