~davbo/ubuntu/trusty/jq/merge-debian-changes

« back to all changes in this revision

Viewing changes to libm.h

  • Committer: David King
  • Date: 2017-04-12 15:47:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: dave@davbo.org-20170412154707-qq74qifqttlcqb3r
Tags: upstream-1.4
ImportĀ upstreamĀ versionĀ 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBM_DD(acos)
 
2
LIBM_DD(acosh)
 
3
LIBM_DD(asin)
 
4
LIBM_DD(asinh)
 
5
LIBM_DD(atan)
 
6
LIBM_DD(atanh)
 
7
LIBM_DD(cbrt)
 
8
LIBM_DD(cos)
 
9
LIBM_DD(cosh)
 
10
LIBM_DD(exp2)
 
11
LIBM_DD(exp)
 
12
LIBM_DD(floor)
 
13
LIBM_DD(j0)
 
14
LIBM_DD(j1)
 
15
LIBM_DD(log10)
 
16
LIBM_DD(log2)
 
17
LIBM_DD(log)
 
18
LIBM_DD(sin)
 
19
LIBM_DD(sinh)
 
20
LIBM_DD(sqrt)
 
21
LIBM_DD(tan)
 
22
LIBM_DD(tanh)
 
23
LIBM_DD(tgamma)
 
24
LIBM_DD(y0)
 
25
LIBM_DD(y1)
 
26
/* LIBM_DID(jn) */
 
27
/* LIBM_DID(yn) */
 
28
/* LIBM_DDD(pow) */
 
29
/* LIBM_DDD(atan2) */
 
30
/* LIBM_DDD(hypot) */
 
31
/* LIBM_DDD(remainder) */
 
32
/* LIBM_DDI(scalbn) */
 
33
/* LIBM_DDIP(lgamma_r) */
 
34