Metadata-Version: 2.4
Name: cmlibs.maths
Version: 0.7.3
Summary: A collection of math functions and algorithms.
Author-email: Hugh Sorby <h.sorby@auckland.ac.nz>
License-Expression: Apache-2.0
Project-URL: Homepage, https://cmlibs.org
Project-URL: Repository, https://github.com/CMLibs-Python/cmlibs.maths
Keywords: Math,CMLibs,Zinc
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file


===============
CMLibs Maths
===============

CMLibs maths functions.  This software can be found on PyPi and installed with the following command::

  pip install cmlibs.maths

Vector Operations
=================

A collection of functions that operate on python lists as if they were vectors.
A basic implementation to forgo the need to use numpy.

Algorithms
==========

A few basic functions for calculating line, plane intersections and plane normals.

Distribution
============

This software uses regex to extract the version number information from the package. The version number for this package is stored in 'src/cmlibs/maths/__init__.py'

