romeric / fastapprox

Approximate and vectorized versions of common mathematical functions
193 stars 35 forks source link

Request for feature: version for double precision #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Request for feature: version for double precision

Original issue reported on code.google.com by dari...@gmail.com on 29 Aug 2013 at 3:23

GoogleCodeExporter commented 8 years ago
Since the precision of the approximations are far less than double precision, 
it's not clear why you want this.

Original comment by paul.min...@gmail.com on 29 Aug 2013 at 3:35

GoogleCodeExporter commented 8 years ago
I'd like to use the function on double without:
- converting argument to float 
- calling function
- converting result back to double

I don't need more precision for the approximation

Thanks!

Original comment by dari...@gmail.com on 29 Aug 2013 at 5:10