Sha256: e5f5e14d904da393dc5033cb26b9be17a34af80257d550badc622c3e7352a9a6

Contents?: true

Size: 95 Bytes

Versions: 9

Compression:

Stored size: 95 Bytes

Contents

module Math

  # Cotangens hyperbolicus of +x+
  def self.coth(x)
    1.0 / tanh(x)
  end

end

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
facets-glimmer-3.2.0 lib/standard/facets/math/coth.rb
facets-3.1.0 lib/standard/facets/math/coth.rb
facets-3.0.0 lib/standard/facets/math/coth.rb
facets-2.9.3 lib/standard/facets/math/coth.rb
facets-2.9.2 lib/standard/facets/math/coth.rb
facets-2.9.2 src/standard/facets/math/coth.rb
facets-2.9.1 lib/standard/facets/math/coth.rb
facets-2.9.0 lib/more/facets/math/coth.rb
facets-2.9.0.pre.2 lib/more/facets/math/coth.rb