Math::GSL::Errno(3pm) User Contributed Perl Documentation Math::GSL::Errno(3pm)

Math::GSL::Errno - Error Handling

    use Math::GSL::Errno qw/:all/;
    gsl_set_error_handler_off();
    print gsl_strerror($GSL_EDOM) . "\n";

2024-03-31 perl v5.38.2