]> granicus.if.org Git - graphviz/commit
replace hypotenuse calculation in tb_project_to_sphere with a call to hypotf
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 May 2021 03:37:18 +0000 (20:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 12 May 2021 01:46:36 +0000 (18:46 -0700)
commitba1564c2ccfb2b63f333d586ba45f985daa09bc8
tree115237e3cc8e055b9fced4470d170e43b13e6d07
parentd7ca6f651cf4892dbefce1befc3a6c6a10fa9463
replace hypotenuse calculation in tb_project_to_sphere with a call to hypotf

The function hypotf is available in C99 and has the potential to compute the
same operation more efficiently and with greater precision.
cmd/smyrna/trackball.c