1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Nicolas Williams
1c350c67d7 Remove pow10 for now; CHECK_MATH_FUNC needs work
The CHECK_MATH_FUNC() m4 macro needs work.  It should use
AC_RUN_IFELSE(), not just AC_LINK_IFELSE(), and it should #define
_GNU_SOURCE and/or other such feature macros in the prologue to get
non-standard math functions (alternatvely jq should only support
standard math functions).
2015-07-03 21:13:13 -05:00
Nicolas Williams
6366cfd7a4 Add pow, better libm detection (fix #443) 2015-06-27 23:14:46 -05:00
Nicolas Williams
15faf9dc3b Add cbrt (cube root) 2014-02-21 10:51:16 -06:00
Nicolas Williams
59302fd208 Add missing trig functions and barebones test 2014-02-21 10:49:21 -06:00
Nicolas Williams
24202d1ecf Remove non-standard exp10() 2014-02-21 10:49:10 -06:00
Mike McCabe
336f4e27e6 Initial add of math functions. 2014-02-21 08:46:56 +00:00