Method: Math.sinh
- Defined in:
- lib/source/ruby.rb
.sinh(x) ⇒ Object
call-seq:
Math.sinh(x) -> numeric
FIX: Incomplete
1698 1699 |
# File 'lib/source/ruby.rb', line 1698 def self.sinh(x) end |
call-seq:
Math.sinh(x) -> numeric
FIX: Incomplete
1698 1699 |
# File 'lib/source/ruby.rb', line 1698 def self.sinh(x) end |