[![Build Status](https://travis-ci.org/frithnanth/raku-Math-Libgsl-Constants.svg?branch=master)](https://travis-ci.org/frithnanth/raku-Math-Libgsl-Constants) NAME ==== Math::Libgsl::Constants - An interface to libgsl, the Gnu Scientific Library - constants and exceptions. SYNOPSIS ======== ```perl6 use Math::Libgsl::Constants; use Math::Libgsl::Exception; ``` DESCRIPTION =========== This module provides the constants and the exception class used by all the other modules. Installation ============ To install it using zef (a module management tool): $ zef install Math::Libgsl::Constants AUTHOR ====== Fernando Santagata COPYRIGHT AND LICENSE ===================== Copyright 2019 Fernando Santagata This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.