Commit 2024-07-17 03:09 f27bf519

View on Github →

feat(ContinuousFunctionalCalculus): Define the real log based on the CFC (#14448) This PR defines CFC.log as cfc Real.log, and shows its basic properties, such as the fact that it's the inverse of NormedSpace.exp ℝ. Along the way, we also show that the exponential defined via the CFC is equal to NormedSpace.exp, which is defined via power series.

Estimated changes