1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-09-25 21:02:38 +00:00

Move all the operators into a separate subpackage.

This commit is contained in:
2017-09-23 17:13:56 -07:00
parent f809183126
commit bd02749706
12 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ import org.nwapw.abacus.function.*;
import org.nwapw.abacus.number.NaiveNumber;
import org.nwapw.abacus.number.NumberInterface;
import org.nwapw.abacus.number.PreciseNumber;
import org.nwapw.abacus.plugin.standard.*;
import org.nwapw.abacus.plugin.standard.operator.*;
import java.util.ArrayList;
import java.util.HashMap;