tepkit.formulas#
This module contains the formulas used in Tepkit.
The formulas are implemented as functions that take in a set of parameters.
The name of the parameter are set to the symbol of the quantity.
The type of the parameter should be int, float, or numpy arrays.
The default units of the most fucntions are specified in the docstring,
but some units can be specified by the unit
parameter of the function.