Skip to content

Commit e2517f5

Browse files
committed
Move Add Mul Pow into types.jl
1 parent e2a8e4c commit e2517f5

File tree

3 files changed

+314
-312
lines changed

3 files changed

+314
-312
lines changed

src/SymbolicUtils.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ module SymbolicUtils
22

33
export @syms, term, showraw
44

5-
# Sym, Term and other types
6-
include("types.jl")
7-
5+
# Sym, Term,
86
# Add, Mul and Pow
97
using DataStructures
10-
include("fast-terms.jl")
8+
import Base: +, -, *, /, \, ^
9+
include("types.jl")
1110

1211
# Methods on symbolic objects
1312
using SpecialFunctions, NaNMath

src/fast-terms.jl

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)