#include "linbox-config.h"
#include <iostream>
#include "linbox/field/modular.h"
#include "linbox/field/ntl.h"
examples/fields/ex-fields.C | |
| |
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 |
|
no command line args
|