Sha256: 25cf6feda5f34309446731e8446c84d79972ff5e21222f466a2ac5e8a90b219f
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.tanh:EF:@parameters[:@files[[I"math.c;T0:@current_file_has_commentsF: @name: tanh:@source_type:c: @tags[:@docstringIC:YARD::Docstring"HComputes the hyperbolic tangent of <i>x</i> (expressed in radians).;F:@objectIu:YARD::StubProxyMath.tanh;F: @summary0:@ref_tags[;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"tanh();F;IC;";F;Iu;Math.tanh;F;0;[;[o:YARD::Tags::Tag ;I"return;F;I";F;0;[I" Float;F;0: @allI"@return [Float];F;[;Iu;Math.tanh;F; I"mComputes the hyperbolic tangent of <i>x</i> (expressed in radians). @overload tanh() @return [Float];F:@namespaceIu; Math;F:@docstring_extra0:@sourceI"�/* * call-seq: * Math.tanh() -> float * * Computes the hyperbolic tangent of <i>x</i> (expressed in * radians). */ static VALUE math_tanh(VALUE obj, VALUE x) { Need_Float(x); return DBL2NUM(tanh(RFLOAT_VALUE(x))); };F
Version data entries
12 entries across 12 versions & 2 rubygems