Utility functions
This section describes utility functions.
PlaneGeometry.does_thmhold — Methoddoes_thmhold(hold)Check if hold is true.
Examples
julia> does_thmhold(true)
Theorem holds! 😀️julia> does_thmhold(false)
Theorem does not holds! 😱️PlaneGeometry.@code_md — Macro@code_md(expr)Return the source code for evaluating expr in markdown form.