Module docstring
{"# Ordinal exponential
In this file we define the power function and the logarithm function on ordinals. The two are
related by the lemma Ordinal.opow_le_iff_le_log : b ^ c ≤ x ↔ c ≤ log b x for nontrivial inputs
b, c.
","### Ordinal logarithm ","### Interaction with Nat.cast "}