]> granicus.if.org Git - graphviz/commit
use fabs() instead of ABS() for taking the absolute value of reals
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 26 Aug 2020 00:50:39 +0000 (17:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Sep 2020 00:11:57 +0000 (17:11 -0700)
commit8414e62738bf7f52596eb83049ecef758582c760
treeeb0c81c552295f0ab282d62a129f454bb2d5f5da
parent2441d4556510ba369da707d58ace2c84742d528f
use fabs() instead of ABS() for taking the absolute value of reals

The type real is #defined to double, so we can use the same replacement as in
b88ebe0548dd412ea415d6cfc410d91117270277 to simplify this code.
cmd/tools/mm2gv.c
lib/edgepaint/edge_distinct_coloring.c
lib/edgepaint/intersection.c
lib/mingle/agglomerative_bundling.c
lib/mingle/edge_bundling.c
lib/neatogen/overlap.c
lib/sfdpgen/sparse_solve.c
lib/sfdpgen/spring_electrical.c
lib/sfdpgen/uniform_stress.c
lib/sparse/DotIO.c
lib/sparse/SparseMatrix.c