mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-27 16:35:26 +01:00
the printed λ, ε, α, α_deg are now certified
This commit is contained in:
parent
2effd731bc
commit
acce80e5bd
@ -200,8 +200,8 @@ open(LOGFILE, "w") do io
|
|||||||
λ = all_large_evs[2]
|
λ = all_large_evs[2]
|
||||||
ε = (λ - 3)/5
|
ε = (λ - 3)/5
|
||||||
α = acos(ε)
|
α = acos(ε)
|
||||||
α_deg = α/pi*180
|
α_deg = (α/pi)*180
|
||||||
@info "Numerically" λ ε α α_deg
|
@info "Certified values:" λ ε α α_deg
|
||||||
end # with_logger
|
end # with_logger
|
||||||
end # open(logfile)
|
end # open(logfile)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user