-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathapproximated_constants.stderr
54 lines (45 loc) · 1.42 KB
/
approximated_constants.stderr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:11:13
│
11 │ local bad = 3.14
│ ^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:12:13
│
12 │ local bad = 3.141
│ ^^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:13:14
│
13 │ local bad = -3.141
│ ^^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:14:13
│
14 │ local bad = 3.142
│ ^^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:15:13
│
15 │ local bad = 3.1415
│ ^^^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:16:13
│
16 │ local bad = 3.14159265
│ ^^^^^^^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:18:13
│
18 │ local bad = 3.14 + 1
│ ^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:19:15
│
19 │ local bad = f(3.14 + 1)
│ ^^^^
error[approximated_constants]: `math.pi` is more precise
┌─ approximated_constants.lua:20:16
│
20 │ local bad = f(-3.14 + 1)
│ ^^^^