bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
219 stars 31 forks source link

Bohrium does not support ufunc `modf` it will be handled by the original NumPy. #585

Open jamesavery opened 5 years ago

jamesavery commented 5 years ago

modf (part of math.h, splits floats into integer and fractional part) is missing. Is that because it has two outputs per element?

jamesavery commented 5 years ago

@madsbk modf is needed for a bunch of stuff. Any chance of getting it added?