Commit 2021-09-22 12:11 a994071f
View on Github →chore(data/complex/module): rename complex.smul_coe
to real_smul
(#9326)
- the name was misleading b/c there is no
coe
in the LHS; - add
complex.coe_smul
: givenx : ℝ
andy : E
, we have(x : ℂ) • y = x • y
; - add
normed_space.complex_to_real
.