1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00

the printed λ, ε, α, α_deg are now certified

This commit is contained in:
kalmarek 2020-11-14 20:40:33 +01:00
parent 2effd731bc
commit acce80e5bd
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

@ -200,8 +200,8 @@ open(LOGFILE, "w") do io
λ = all_large_evs[2]
ε = (λ - 3)/5
α = acos(ε)
α_deg = α/pi*180
@info "Numerically" λ ε α α_deg
α_deg = (α/pi)*180
@info "Certified values:" λ ε α α_deg
end # with_logger
end # open(logfile)