Sha256: e85ea813d0f4bc74e271e8b81948fdcdb591baac48a2bee83e83e9b1b7eaa67d
Contents?: true
Size: 1.03 KB
Versions: 12
Compression:
Stored size: 1.03 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI"Math.sinh:EF:@parameters[:@files[[I"math.c;T0:@current_file_has_commentsF: @name: sinh:@source_type:c: @tags[:@docstringIC:YARD::Docstring"EComputes the hyperbolic sine of <i>x</i> (expressed in radians).;F:@objectIu:YARD::StubProxyMath.sinh;F: @summary0:@ref_tags[;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"sinh(x);F;IC;";F;Iu;Math.sinh;F;0;[;[o:YARD::Tags::Tag ;I"return;F;I";F;0;[I" Float;F;0: @allI"@return [Float];F;[[:x0;Iu;Math.sinh;F; I"kComputes the hyperbolic sine of <i>x</i> (expressed in radians). @overload sinh(x) @return [Float];F:@namespaceIu; Math;F:@docstring_extra0:@sourceI"�/* * call-seq: * Math.sinh(x) -> float * * Computes the hyperbolic sine of <i>x</i> (expressed in * radians). */ static VALUE math_sinh(VALUE obj, VALUE x) { Need_Float(x); return DBL2NUM(sinh(RFLOAT_VALUE(x))); };F
Version data entries
12 entries across 12 versions & 2 rubygems