a simple class for continued fractions introduced

This commit is contained in:
2022-02-17 18:03:47 +01:00
parent c6356c0c76
commit 5544ea4ee7
5 changed files with 92 additions and 2 deletions

1
t.cc
View File

@@ -24,6 +24,7 @@
#include "quaternion.h"
#include "permutation.h"
#include "polynomial.h"
#include "contfrac.h"
#include "simple.h"
using namespace std;