Commit 2022-03-22 08:03 3ce4161c
View on Github →refactor(measure_theory/integral): restrict interval integrals to real intervals (#12754)
This way ∫ x in 0 .. 1, (1 : real)
means what it should, not ∫ x : nat in 0 .. 1, (1 : real)
.
refactor(measure_theory/integral): restrict interval integrals to real intervals (#12754)
This way ∫ x in 0 .. 1, (1 : real)
means what it should, not ∫ x : nat in 0 .. 1, (1 : real)
.