Skip to content

NumType documentation🔗

NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.

  •   User guide


    The user guide provides in-depth information on the key concepts of NumType with useful background information and explanation.

    To the user guide

  •   API reference


    The reference guide contains a detailed description of the functions, modules, and objects included in NumType.

    To the reference guide

  •   Contributor's guide


    Want to add to the codebase? The contributing guidelines will guide you through the process of improving NumType.

    To the contributor's guide