reduce code line length to 80 characters max
This commit is contained in:
parent
5acfb44fd5
commit
34168e9bc5
1 changed files with 2 additions and 1 deletions
3
anki-sin-cos-table.py
Normal file → Executable file
3
anki-sin-cos-table.py
Normal file → Executable file
|
@ -20,7 +20,8 @@ def deduplicate(iterable):
|
|||
|
||||
|
||||
xs = sorted(deduplicate(map(simplify,
|
||||
[i * pi / 4 for i in range(-16, 16)] + [i * pi / 6 for i in range(-24, 24)])))
|
||||
[i * pi / 4 for i in range(-16, 16)]
|
||||
+ [i * pi / 6 for i in range(-24, 24)])))
|
||||
|
||||
for x in xs:
|
||||
for f in [sin, cos, tan]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue