Tcl Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

math::rationalfunctions - Polynomial functions

Table Of Contents

SYNOPSIS

package require Tcl ?8.5 9?
package require math::rationalfunctions ?1.0.2?

::math::rationalfunctions::rationalFunction num den
::math::rationalfunctions::ratioCmd num den
::math::rationalfunctions::evalRatio rational x
::math::rationalfunctions::addRatio ratio1 ratio2
::math::rationalfunctions::subRatio ratio1 ratio2
::math::rationalfunctions::multRatio ratio1 ratio2
::math::rationalfunctions::divRatio ratio1 ratio2
::math::rationalfunctions::derivPolyn ratio
::math::rationalfunctions::coeffsNumerator ratio
::math::rationalfunctions::coeffsDenominator ratio

DESCRIPTION

This package deals with rational functions of one variable:

PROCEDURES

The package defines the following public procedures:

REMARKS ON THE IMPLEMENTATION

The implementation of the rational functions relies on the math::polynomials package. For further remarks see the documentation on that package.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category math :: rationalfunctions of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

KEYWORDS

math, rational functions

CATEGORY

Mathematics

COPYRIGHT

Copyright © 2005 Arjen Markus