#include "linbox-config.h"
#include <iostream>
#include "linbox/field/modular.h"
#include "linbox/field/ntl.h"
Functions | |
| template<class Field> void | divide_ex (const Field &K) |
| int | main () |
| no command line args | |
|
|
The template function "fct" reads two elements "a" and "b" of the field "K" from the standard input and writes a/b on the standard output |
1.3.4