emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

An idea for implementing the basic functions #153

Closed emsr closed 7 years ago

emsr commented 7 years ago

I believe that libgfortran generates the basic transcendental functions for arious precisions using m4 macros. If they have actual impls and not wrappers to libc I may be able to turn these into C++ templates.

emsr commented 7 years ago

Never mind...