Commit Graph

4 Commits

Author SHA1 Message Date
Eugen Wissner 2ec750ca05 Fix math.nbtheory linkage to asm
Don't use extern for templated functions. If the function argument is
const, it gets a different mangling. So define a private function for
each floatint point length and call it from template.
2018-05-08 18:07:42 +02:00
Eugen Wissner 464a0fecbb Make math.nbtheory.ln to a template function 2018-02-25 05:38:21 +01:00
Eugen Wissner e4cd57a615 math.nbtheory: Implement natural logarithm 2017-10-02 14:55:30 +02:00
Eugen Wissner 3e9ca359da math: Add floating point support to abs 2017-09-13 06:43:49 +02:00