Sha256: d7e807cc8535dd5f938e4df0e564b8ce7d7f31ebc8563ecb4ca33e62de990d2e

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;

#line 190 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/sqrt.al)"
sub sqrt {
    usage "sqrt(x)" if @_ != 1;
    CORE::sqrt($_[0]);
}

# end of POSIX::sqrt
1;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
STLExtract-1.0.1 Slic3r/Linux/lib/std/auto/POSIX/sqrt.al
STLExtract-1.0.0 Slic3r/Linux/lib/std/auto/POSIX/sqrt.al