Sha256: 2f12a40f8177ef1366c7d303488569c13429bda3ffd9881db0e318f8f0474a76

Contents?: true

Size: 884 Bytes

Versions: 12

Compression:

Stored size: 884 Bytes

Contents

o:$YARD::CodeObjects::MethodObject:
@name:erf:@docstringIC:YARD::Docstring"(Calculates the error function of x.
:@objectu:YARD::StubProxy
Math.erf:
@summary0:	@all"N Calculates the error function of x.


@overload erf(x)
  @return [Float]:@ref_tags[:
@tags[o:YARD::Tags::OverloadTag
;
u;
Math.erf;;;IC;	"
;
u;
Math.erf;0;
"@return [Float];[;[o:YARD::Tags::Tag
;
0;0:@types["
Float:
@text":@tag_name"return;0:@parameters[[:x0;0:@signature"erf(x);"
overload:@current_file_has_commentsF:@scope:
class;[:@docstring_extra0:@files[["math.c0:@namespaceu;	Math:
@path"
Math.erf;[:@visibility:public:@source"Ò/*
 * call-seq:
 *    Math.erf(x)  => float
 *
 *  Calculates the error function of x.
 */

static VALUE
math_erf(obj, x)
    VALUE obj, x;
{
    Need_Float(x);
    return rb_float_new(erf(RFLOAT(x)->value));
}:@source_type:c

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_18/objects/Math/erf_c.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_18/objects/Math/erf_c.dat