Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / sf / hankel.qbk
index b487ea6..4d8a5ed 100644 (file)
@@ -1,4 +1,3 @@
-
 [section:hankel Hankel Functions]
 [section:cyl_hankel Cyclic Hankel Functions]
 
@@ -22,9 +21,9 @@
 The functions __cyl_hankel_1 and __cyl_hankel_2 return the result of the
 [@http://dlmf.nist.gov/10.2#P3 Hankel functions] of the first and second kind respectively:
 
-[:['cyl_hankel_1(v, x) = H[sub v][super (1)](x) = J[sub v](x) + i Y[sub v](x)]]
+[expression ['cyl_hankel_1(v, x) = H[sub v][super (1)](x) = J[sub v](x) + i Y[sub v](x)]]
 
-[:['cyl_hankel_2(v, x) = H[sub v][super (2)](x) = J[sub v](x) - i Y[sub v](x)]]
+[expression ['cyl_hankel_2(v, x) = H[sub v][super (2)](x) = J[sub v](x) - i Y[sub v](x)]]
 
 where:
 
@@ -72,8 +71,7 @@ and therefore a single Hankel function call is more efficient than two Bessel fu
 The one exception is when ['v] is a small positive integer, in which case the usual Bessel function
 routines for integer order are used.
 
-[endsect]
-
+[endsect] [/section:cyl_hankel Cyclic Hankel Functions]
 
 [section:sph_hankel Spherical Hankel Functions]
 
@@ -125,8 +123,10 @@ Refer to __cyl_bessel_j and __cyl_neumann.
 
 These functions are trivially implemented in terms of __cyl_hankel_1 and __cyl_hankel_2.
 
-[endsect]
-[endsect]
+[endsect] [/section:sph_hankel Spherical Hankel Functions]
+
+[endsect] [/section:hankel Hankel Functions]
+
 
 [/ 
   Copyright 2012 John Maddock.