Juan Pablo Ossa Zapata

Results 2 issues of Juan Pablo Ossa Zapata

When a NumberSymbol such as ``pi`` is multiplied by a number or negated, it is converted to a Float64: ``` julia> typeof(pi) Irrational{:π} julia> typeof(pi*2) Float64 ``` For comparison, this...

Using the method described in the video, when Ay and Cy are equal, the denominator becomes 0. This means that it can't be used for triangles where the the bottom...