Crate features - Waigo01/math_utils_lib GitHub Wiki

The features output and row-major have already been discussed in the above sections. The feature doc-images is just for documentation purposes and should not be enabled by the end user. The feature high-prec defines the precision of the library as follows:

When high-prec is enabled the library will use a precision of 13, rather than a precision of 8. The precision refers to the precision of newtons method for equation solving in number of decimal places. The latex and string outputs are always rounded to a precision 2 lower than the one that is defined.

Note that if you do not enable the feature output the library will not use any external dependencies.

⚠️ **GitHub.com Fallback** ⚠️