Sha256: 595d6f39842364307c9086b2698ebde566ab9d893631537141b77ea434e259a2
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 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 170 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fabs.al)" sub fabs { usage "fabs(x)" if @_ != 1; CORE::abs($_[0]); } # end of POSIX::fabs 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/fabs.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/fabs.al |