|
FAUST compiler
0.9.9.6b8
|
#include <stdio.h>#include <assert.h>#include "tlib.hh"#include "signals.hh"#include "sigprint.hh"#include "simplify.hh"#include "normalize.hh"#include "sigorderrules.hh"#include <map>#include <list>

Go to the source code of this file.
Classes | |
| class | mterm |
| Implements a multiplicative term, a term of type k*x^n*y^m*... More... | |
Functions | |
| ostream & | operator<< (ostream &s, const mterm &m) |
| ostream& operator<< | ( | ostream & | s, |
| const mterm & | m | ||
| ) | [inline] |
Definition at line 62 of file mterm.hh.
References mterm::print().
{ return m.print(s); }

1.8.0