#
## OO interface to the "ntheory" Perl module
#
require('ntheory')
class new {
method AUTOLOAD(_, meth, *args) {
%S<ntheory>.(meth)(args...)
}
}
#
## OO interface to the "ntheory" Perl module
#
require('ntheory')
class new {
method AUTOLOAD(_, meth, *args) {
%S<ntheory>.(meth)(args...)
}
}