rdoc/complex.rdoc in gsl-1.15.3 vs rdoc/complex.rdoc in gsl-1.16.0.6
- old
+ new
@@ -1,18 +1,18 @@
#
# = Complex Numbers
# Contents:
-# 1. {Class methods}[link:files/rdoc/complex_rdoc.html#1]
-# 1. {Properties of Complex Numbers}[link:files/rdoc/complex_rdoc.html#2]
-# 1. {Complex Arithmetic Operators}[link:files/rdoc/complex_rdoc.html#3]
-# 1. {Elementary Complex Functions}[link:files/rdoc/complex_rdoc.html#4]
-# 1. {Complex Trigonometric Functions}[link:files/rdoc/complex_rdoc.html#5]
-# 1. {Inverse Complex Trigonometric Functions}[link:files/rdoc/complex_rdoc.html#6]
-# 1. {Complex Hyperbolic Functions}[link:files/rdoc/complex_rdoc.html#7]
-# 1. {Inverse Complex Hyperbolic Functions}[link:files/rdoc/complex_rdoc.html#8]
+# 1. {Class methods}[link:rdoc/complex_rdoc.html#label-Class+Methods]
+# 1. {Properties of Complex Numbers}[link:rdoc/complex_rdoc.html#label-Properties+of+complex+numbers]
+# 1. {Complex Arithmetic Operators}[link:rdoc/complex_rdoc.html#label-Complex+arithmetic+operators]
+# 1. {Elementary Complex Functions}[link:rdoc/complex_rdoc.html#label-Elementary+Complex+Functions]
+# 1. {Complex Trigonometric Functions}[link:rdoc/complex_rdoc.html#label-Complex+Trigonometric+Functions]
+# 1. {Inverse Complex Trigonometric Functions}[link:rdoc/complex_rdoc.html#label-Inverse+Complex+Trigonometric+Functions]
+# 1. {Complex Hyperbolic Functions}[link:rdoc/complex_rdoc.html#label-Complex+Hyperbolic+Functions]
+# 1. {Inverse Complex Hyperbolic Functions}[link:rdoc/complex_rdoc.html#label-Inverse+Complex+Hyperbolic+Functions]
#
-# == {}[link:index.html"name="1] Class Methods
+# == Class Methods
# ---
# * GSL::Complex.alloc(re, im)
# * GSL::Complex.rect(re, im)
# * GSL::Complex[re, im]
#
@@ -21,11 +21,11 @@
# ---
# * GSL::Complex.polar(r, theta)
#
# This returns a GSL::Complex object in polar representation, with the amplitude <tt>r</tt> and the phase (argument) <tt>theta</tt>.
#
-# == {}[link:index.html"name="2] Properties of complex numbers
+# == Properties of complex numbers
# ---
# * GSL::Complex#real
# * GSL::Complex#re
# * GSL::Complex#REAL
#
@@ -48,21 +48,21 @@
# ---
# * GSL::Complex#abs, abs2, logabs
#
# Returns the magnitude, squared magnitude, and the logarithm of the magnitude
#
-# == {}[link:index.html"name="3] Complex arithmetic operators
+# == Complex arithmetic operators
# ---
# * GSL::Complex#add(b)
# * GSL::Complex#+(b)
#
-# Return the sum of the complex numbers <tt>self</tt> and <tt>b</tt>.
+# Return the sum of the complex numbers <tt>self</tt> and <tt>b</tt>.
# ---
# * GSL::Complex#sub(b)
# * GSL::Complex#-(b)
#
-# Return the difference of the complex numbers <tt>self</tt> and <tt>b</tt>.
+# Return the difference of the complex numbers <tt>self</tt> and <tt>b</tt>.
# ---
# * GSL::Complex#mul(b)
# * GSL::Complex#*(b)
#
# Returns the product of the complex numbers <tt>self</tt> and <tt>b</tt>.
@@ -95,11 +95,11 @@
# ---
# * GSL::Complex#negative
#
# Returns the negative of the complex number <tt>self</tt>.
#
-# == {}[link:index.html"name="4] Elementary Complex Functions
+# == Elementary Complex Functions
# ---
# * GSL::Complex#sqrt
# * GSL::Complex#pow(az)
# * GSL::Complex#pow_real(a)
# * GSL::Complex#exp
@@ -117,11 +117,11 @@
# * GSL::Complex.log(z)
# * GSL::Complex.log10(z)
# * GSL::Complex.log_b(z, b)
#
#
-# == {}[link:index.html"name="5] Complex Trigonometric Functions
+# == Complex Trigonometric Functions
# ---
# * GSL::Complex#sin
# * GSL::Complex#cos
# * GSL::Complex#tan
# * GSL::Complex#sec
@@ -136,11 +136,11 @@
# * GSL::Complex.sec(z)
# * GSL::Complex.csc(z)
# * GSL::Complex.cot(z)
#
#
-# == {}[link:index.html"name="6] Inverse Complex Trigonometric Functions
+# == Inverse Complex Trigonometric Functions
# ---
# * GSL::Complex#arcsin
# * GSL::Complex#arccos
# * GSL::Complex#arctan
# * GSL::Complex#arcsec
@@ -159,11 +159,11 @@
# * GSL::Complex.arccsc(z)
# * GSL::Complex.arccsc_real(z)
# * GSL::Complex.arccot(z)
#
#
-# == {}[link:index.html"name="7] Complex Hyperbolic Functions
+# == Complex Hyperbolic Functions
# ---
# * GSL::Complex#sinh
# * GSL::Complex#cosh
# * GSL::Complex#tanh
# * GSL::Complex#sech
@@ -178,11 +178,11 @@
# * GSL::Complex.sech(z)
# * GSL::Complex.csch(z)
# * GSL::Complex.coth(z)
#
#
-# == {}[link:index.html"name="8] Inverse Complex Hyperbolic Functions
+# == Inverse Complex Hyperbolic Functions
# ---
# * GSL::Complex#arcsinh
# * GSL::Complex#arccosh
# * GSL::Complex#arctanh
# * GSL::Complex#arcsech
@@ -199,12 +199,12 @@
# * GSL::Complex#arcsech(z)
# * GSL::Complex#arccsch(z)
# * GSL::Complex#arccoth(z)
#
#
-# {prev}[link:files/rdoc/math_rdoc.html]
-# {next}[link:files/rdoc/poly_rdoc.html]
+# {prev}[link:rdoc/math_rdoc.html]
+# {next}[link:rdoc/poly_rdoc.html]
#
-# {Reference index}[link:files/rdoc/ref_rdoc.html]
-# {top}[link:files/rdoc/index_rdoc.html]
+# {Reference index}[link:rdoc/ref_rdoc.html]
+# {top}[link:index.html]
#
#