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