- MatchData#size -- MatchData
- MatchData#string -- MatchData
- MatchData#to_a -- MatchData
- MatchData#to_s -- MatchData
- MatchData#values_at(index1, index2, ...) -- MatchData
- Math.acos(x) -- Math
- Math.acosh(x) -- Math
- Math.asin(x) -- Math
- Math.asinh(x) -- Math
- Math.atan(x) -- Math
- Math.atan2(y, x) -- Math
- Math.atanh(x) -- Math
- Math.cos(x) -- Math
- Math.cosh(x) -- Math
- Math.erf(x) -- Math
- Math.erfc(x) -- Math
- Math.exp(x) -- Math
- Math.frexp(x) -- Math
- Math.hypot(x, y) -- Math
- Math.ldexp(x,exp) -- Math
- Math.log(x) -- Math
- Math.log10(x) -- Math
- Math.rsqrt(a) -- mathn.rb
- Math.sin(x) -- Math
- Math.sinh(x) -- Math
- Math.sqrt(a) -- mathn.rb
- Math.sqrt(x) -- Math
- Math.tan(x) -- Math
- Math.tanh(x) -- Math
- Math::E -- Math
- Math::PI -- Math
- Matrix#* -- Matrix
- Matrix#** -- Matrix
- Matrix#** -- Matrix
- Matrix#+ -- Matrix
- Matrix#- -- Matrix
- Matrix#/ -- Matrix
- Matrix#[](i, j) -- Matrix
- Matrix#[]=(i,j,x) -- Matrix
- Matrix#collect{|x| ... } -- Matrix
- Matrix#column(j) -- Matrix
- Matrix#column_size -- Matrix
- Matrix#column_vectors -- Matrix
- Matrix#det -- Matrix
- Matrix#determinant -- Matrix
- Matrix#inv -- Matrix
- Matrix#inverse -- Matrix
- Matrix#map{|x| ... } -- Matrix
- Matrix#minor(from_row,row_size,from_col,col_size) -- Matrix
- Matrix#minor(from_row..to_row,from_col..to_col) -- Matrix
- Matrix#power(m) -- Matrix
- Matrix#power(n) -- Matrix
- Matrix#rank -- Matrix
- Matrix#regular? -- Matrix
- Matrix#row(i) -- Matrix
- Matrix#row_size -- Matrix
- Matrix#row_vectors -- Matrix
- Matrix#singular? -- Matrix
- Matrix#square? -- Matrix
- Matrix#t -- Matrix
- Matrix#to_a -- Matrix
- Matrix#to_f -- Matrix
- Matrix#to_i -- Matrix
- Matrix#to_r -- Matrix
- Matrix#tr -- Matrix
- Matrix#trace -- Matrix
- Matrix#transpose -- Matrix
- Matrix.I(n) -- Matrix
- Matrix.[](rows) -- Matrix
- Matrix.column_vector(column) -- Matrix
- Matrix.columns(columns) -- Matrix
- Matrix.diagonal(values) -- Matrix
- Matrix.identity(n) -- Matrix
- Matrix.row_vector(row) -- Matrix
- Matrix.rows(rows, copy = true) -- Matrix
- Matrix.scalar(n, value) -- Matrix
- Matrix.unit(n) -- Matrix
- Matrix.zero(n) -- Matrix
- Meta.init(obj, src=nil) -- open-uri.rb
- Method#[](arg, ...) -- Method
- Method#arity -- Method
- Method#call(arg ... ) -- Method
- Method#call(arg ... ) { ... } -- Method
- Method#inspect -- Method
- Method#to_proc -- Method
- Method#unbind -- Method
- Module#<(other) -- Module
- Module#<=(other) -- Module
- Module#<=>(other) -- Module
- Module#===(obj) -- Module
- Module#>(other) -- Module
- Module#>=(other) -- Module
- Module#alias_method(new, old) -- Module
- Module#ancestors -- Module
- Module#append_features(module_or_class) -- Module
- Module#attr(name[, assignable]) -- Module
- Module#attr_accessor(name, ... ) -- Module
- Module#attr_reader(name, ... ) -- Module
- Module#attr_writer(name, ... ) -- Module
- Module#autoload(const_name, feature) -- Module