Plane Geometry in Julia logo
Plane Geometry in Julia
  • Introduction
  • Geometric Definitions
    • Summary
    • Elementary
    • Distance
    • Triangles
    • Circles
  • Theorems
    • Summary
    • Napoleon
    • Centroid
    • Ceva
  • Utitlies
  • Ackowledgement
Version
  • Utitlies
  • Utitlies
Edit on GitHub

Utility functions

This section describes utility functions.

  • Utility functions
PlaneGeometry.does_thmhold — Method
does_thmhold(hold)

Check if hold is true.

Examples

julia> does_thmhold(true)
Theorem holds! 😀️
julia> does_thmhold(false)
Theorem does not holds! 😱️
source
PlaneGeometry.@code_md — Macro
@code_md(expr)

Return the source code for evaluating expr in markdown form.

source
« CevaAckowledgement »

Settings


This document was generated with Documenter.jl on Thursday 14 May 2020. Using Julia version 1.4.1.