rdoc/const.rdoc in rb-gsl-1.16.0.2 vs rdoc/const.rdoc in rb-gsl-1.16.0.3.rc1

- old
+ new

@@ -1,47 +1,47 @@ # # = Physical Constants # # The GSL physical constants are defined as Ruby constants under the -# modules +# modules # * <tt>GSL::CONST::MKSA</tt> (MKSA unit) # * <tt>GSL::CONST:CGSM</tt> (CGSM unit) # * <tt>GSL::CONST:NUM</tt> (Dimension-less constants) -# For example, the GSL C constant +# For example, the GSL C constant # <tt>GSL_CONST_MKSA_SPEED_OF_LIGHT</tt> is represented by a Ruby constant, # GSL_CONST_MKSA_SPEED_OF_LIGHT ---> GSL::CONST::MKSA::SPEED_OF_LIGHT # # The following lists a part of the constants. Most of the constants are # defined both in the modules <tt>GSL::CONST::MKSA</tt> and <tt>GSL::CONST::CGSM</tt>. -# See also the {GSL reference}[http://www.gnu.org/software/gsl/manual/gsl-ref_37.html#SEC479"target="_top] +# See also the {GSL reference}[https://gnu.org/software/gsl/manual/gsl-ref_37.html#SEC479] # # Contents: -# 1. {Fundamental Constants}[link:rdoc/const_rdoc.html#1] -# 1. {Astronomy and Astrophysics}[link:rdoc/const_rdoc.html#2] -# 1. {Atomic and Nuclear Physics}[link:rdoc/const_rdoc.html#3] -# 1. {Measurement of Time}[link:rdoc/const_rdoc.html#4] -# 1. {Imperial Units}[link:rdoc/const_rdoc.html#5] -# 1. {Nautical Units}[link:rdoc/const_rdoc.html#6] -# 1. {Printers Units}[link:rdoc/const_rdoc.html#7] -# 1. {Volume}[link:rdoc/const_rdoc.html#8] -# 1. {Mass and Weight}[link:rdoc/const_rdoc.html#9] -# 1. {Thermal Energy and Power}[link:rdoc/const_rdoc.html#10] -# 1. {Pressure}[link:rdoc/const_rdoc.html#11] -# 1. {Viscosity}[link:rdoc/const_rdoc.html#12] -# 1. {Light and Illumination}[link:rdoc/const_rdoc.html#13] -# 1. {Radioactivity}[link:rdoc/const_rdoc.html#14] -# 1. {Force and Energy}[link:rdoc/const_rdoc.html#15] -# 1. {Prefixes}[link:rdoc/const_rdoc.html#16] -# 1. {Examples}[link:rdoc/const_rdoc.html#17] +# 1. {Fundamental Constants}[link:const_rdoc.html#label-Fundamental+Constants] +# 1. {Astronomy and Astrophysics}[link:const_rdoc.html#label-Astronomy+and+Astrophysics] +# 1. {Atomic and Nuclear Physics}[link:const_rdoc.html#label-Atomic+and+Nuclear+Physics] +# 1. {Measurement of Time}[link:const_rdoc.html#label-Measurement+of+Time] +# 1. {Imperial Units}[link:const_rdoc.html#label-Imperial+Units] +# 1. {Nautical Units}[link:const_rdoc.html#label-Nautical+Units] +# 1. {Printers Units}[link:const_rdoc.html#label-Printers+Units] +# 1. {Volume}[link:const_rdoc.html#label-Volume] +# 1. {Mass and Weight}[link:const_rdoc.html#label-Mass+and+Weight] +# 1. {Thermal Energy and Power}[link:const_rdoc.html#label-Thermal+Energy+and+Power] +# 1. {Pressure}[link:const_rdoc.html#label-Pressure] +# 1. {Viscosity}[link:const_rdoc.html#label-Viscosity] +# 1. {Light and Illumination}[link:const_rdoc.html#label-Light+and+Illumination] +# 1. {Radioactivity}[link:const_rdoc.html#label-Radioactivity] +# 1. {Force and Energy}[link:const_rdoc.html#label-Force+and+Energy] +# 1. {Prefixes}[link:const_rdoc.html#label-Prefixes] +# 1. {Examples}[link:const_rdoc.html#label-Example] # -# == {}[link:index.html"name="1] Fundamental Constants +# == Fundamental Constants # --- # * GSL::CONST::MKSA::SPEED_OF_LIGHT # # The speed of light in vacuum, c. # --- -# * GSL::CONST::MKSA::VACUUM_PERMEABILITY +# * GSL::CONST::MKSA::VACUUM_PERMEABILITY # # The permeability of free space, \mu (not defined in GSL::CONST::CGSM). # --- # * GSL::CONST::MKSA::VACUUM_PERMITTIVITY # @@ -81,11 +81,11 @@ # --- # * GSL::CONST::MKSA::GAUSS # # The magnetic field of 1 Gauss. # -# == {}[link:index.html"name="2] Astronomy and Astrophysics +# == Astronomy and Astrophysics # --- # * GSL::CONST::MKSA::ASTRONOMICAL_UNIT # # The length of 1 astronomical unit (mean earth-sun distance), AU. # --- @@ -107,11 +107,11 @@ # --- # * GSL::CONST::MKSA::SOLAR_MASS # # The mass of the Sun. # -# == {}[link:index.html"name="3] Atomic and Nuclear Physics +# == Atomic and Nuclear Physics # --- # * GSL::CONST::MKSA::ELECTRON_CHARGE # # The charge of the electron, e. # --- @@ -181,11 +181,11 @@ # --- # * GSL::CONST::MKSA::PROTON_MAGNETIC_MOMENT # # The magnetic moment of the proton, mu_p. # -# == {}[link:index.html"name="4] Measurement of Time +# == Measurement of Time # --- # * GSL::CONST::MKSA::MINUTE # # The number of seconds in 1 minute. # --- @@ -199,11 +199,11 @@ # --- # * GSL::CONST::MKSA::WEEK # # The number of seconds in 1 week. # -# == {}[link:index.html"name="5] Imperial Units +# == Imperial Units # --- # * GSL::CONST::MKSA::INCH # # The length of 1 inch. # --- @@ -221,11 +221,11 @@ # --- # * GSL::CONST::MKSA::MIL # # The length of 1 mil (1/1000th of an inch). # -# == {}[link:index.html"name="6] Nautical Units +# == Nautical Units # --- # * GSL::CONST::MKSA::NAUTICAL_MILE # # The length of 1 nautical mile. # --- @@ -235,21 +235,21 @@ # --- # * GSL::CONST::MKSA::KNOT # # The speed of 1 knot. # -# == {}[link:index.html"name="7] Printers Units +# == Printers Units # --- # * GSL::CONST::MKSA::POINT # # The length of 1 printer's point (1/72 inch). # --- # * GSL::CONST::MKSA::TEXPOINT # # The length of 1 TeX point (1/72.27 inch). # -# == {}[link:index.html"name="8] Volume +# == Volume # --- # * GSL::CONST::MKSA::ACRE # # The area of 1 acre. # --- @@ -275,11 +275,11 @@ # --- # * GSL::CONST::MKSA::PINT # # The volume of 1 pint. # -# == {}[link:index.html"name="9] Mass and Weight +# == Mass and Weight # --- # * GSL::CONST::MKSA::POUND_MASS # # The mass of 1 pound. # --- @@ -321,11 +321,11 @@ # --- # * GSL::CONST::MKSA::POUNDAL # # The force of 1 poundal. # -# == {}[link:index.html"name="10] Thermal Energy and Power +# == Thermal Energy and Power # --- # * GSL::CONST::MKSA::CALORIE # # The energy of 1 calorie. # --- @@ -339,11 +339,11 @@ # --- # * GSL::CONST::MKSA::HORSEPOWER # # The power of 1 horsepower. # -# == {}[link:index.html"name="11] Pressure +# == Pressure # --- # * GSL::CONST::MKSA::BAR # # The pressure of 1 bar. # --- @@ -369,21 +369,21 @@ # --- # * GSL::CONST::MKSA::PSI # # The pressure of 1 pound per square inch. # -# == {}[link:index.html"name="12] Viscosity +# == Viscosity # --- # * GSL::CONST::MKSA::POISE # # The dynamic viscosity of 1 poise. # --- # * GSL::CONST::MKSA::STOKES # # The kinematic viscosity of 1 stokes. # -# == {}[link:index.html"name="13] Light and Illumination +# == Light and Illumination # --- # * GSL::CONST::MKSA::STILB # # The luminance of 1 stilb. # --- @@ -409,11 +409,11 @@ # --- # * GSL::CONST::MKSA::FOOTLAMBERT # # The luminance of 1 footlambert. # -# == {}[link:index.html"name="14] Radioactivity +# == Radioactivity # --- # * GSL::CONST::MKSA::CURIE # # The activity of 1 curie. # --- @@ -423,11 +423,11 @@ # --- # * GSL::CONST::MKSA::RAD # # The absorbed dose of 1 rad. # -# == {}[link:index.html"name="15] Force and Energy +# == Force and Energy # --- # * GSL::CONST::MKSA::NEWTON # # The SI unit of force, 1 Newton. # --- @@ -441,11 +441,11 @@ # --- # * GSL::CONST::MKSA::ERG # # The energy 1 erg = 10^-7 Joule. # -# == {}[link:index.html"name="16] Prefixes +# == Prefixes # --- # * GSL::CONST::NUM::YOTTA # # 10^24 # --- @@ -507,13 +507,13 @@ # --- # * GSL::CONST::NUM::YOCTO # # 10^-24 # -# == {}[link:index.html"name="17] Example -# The following program demonstrates the use of the physical constants in a -# calculation. In this case, the goal is to calculate the range of light-travel +# == Example +# The following program demonstrates the use of the physical constants in a +# calculation. In this case, the goal is to calculate the range of light-travel # times from Earth to Mars. # # require("gsl") # include GSL::CONST::MKSA # @@ -521,12 +521,12 @@ # # c = SPEED_OF_LIGHT; # au = ASTRONOMICAL_UNIT; # minutes = MINUTE; # -# # distance stored in meters -# r_earth = 1.00 * au; +# # distance stored in meters +# r_earth = 1.00 * au; # r_mars = 1.52 * au; # # t_min = (r_mars - r_earth) / c; # t_max = (r_mars + r_earth) / c; # @@ -535,12 +535,12 @@ # printf("AU = %e [m]\n", au) # printf("minutes = %e [s]\n", minutes) # printf("minimum = %.1f minutes\n", t_min / minutes); # printf("maximum = %.1f minutes\n\n", t_max / minutes); # -# {prev}[link:rdoc/bspline_rdoc.html] -# {next}[link:rdoc/graph_rdoc.html] +# {prev}[link:bspline_rdoc.html] +# {next}[link:graph_rdoc.html] # -# {Reference index}[link:rdoc/ref_rdoc.html] +# {Reference index}[link:ref_rdoc.html] # {top}[link:index.html] # #