Sha256: 4b6d1f6843998971a01d98916d2ed25a25e45c5aa47d7dea60db982cc47f81fe
Contents?: true
Size: 1.75 KB
Versions: 12
Compression:
Stored size: 1.75 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI"Math.frexp:EF:@parameters[ :@files[[I"math.c;T0:@current_file_has_commentsF: @name: frexp:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"Returns a two-element array containing the normalized fraction (a <code>Float</code>) and exponent (a <code>Fixnum</code>) of <i>numeric</i>. fraction, exponent = Math.frexp(1234) #=> [0.6025390625, 11] fraction * 2**exponent #=> 1234.0;F:@objectIu:YARD::StubProxyMath.frexp;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"frexp(numeric);F;IC;"