Some files in the source distribution may be interesting in learning more about how
this module operates. The include file Include/pyfpe.h discusses
the implementation of this module at some length. Modules/fpetestmodule.c
gives several examples of use. Many additional examples can be found in Objects/floatobject.c.