Sha256: e31797194f632dff5b4e726d5eab25eef87f53924447a83aebd28b048aadc101
Contents?: true
Size: 1.7 KB
Versions: 12
Compression:
Stored size: 1.7 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: frexp:@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 :@objectu:YARD::StubProxyMath.frexp: @summary0: @all"3Returns 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 @overload frexp(numeric) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Math.frexp;;;IC; "