Commit b4de15a
committed
refactor(Analysis): golf
- rewrites `cos_three_mul` via `cosh_three_mul` and the `cosh_mul_I` conversion
- shortens `sin_three_mul` using `sin_add`, double-angle identities, and `grind`Mathlib/Analysis/Complex/Trigonometric (leanprover-community#38274)1 parent 4c9893d commit b4de15a
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
| 504 | + | |
510 | 505 | | |
511 | 506 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
| 507 | + | |
| 508 | + | |
517 | 509 | | |
518 | 510 | | |
519 | 511 | | |
| |||
0 commit comments