tsne icon indicating copy to clipboard operation
tsne copied to clipboard

Redundant abs() definition

Open isledge opened this issue 4 years ago • 0 comments

In tsne/bh_sne_src/quadtree.h, the function double abs(double) conflicts with a previous declaration in either cmath or math.h. It should probably be removed. Otherwise, newer C++ compilers won't compile the source.

isledge avatar Apr 26 '21 02:04 isledge