Skip to content

Commit

Permalink
Move Add Mul Pow into types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Jan 9, 2021
1 parent e2a8e4c commit e2517f5
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 312 deletions.
7 changes: 3 additions & 4 deletions src/SymbolicUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ module SymbolicUtils

export @syms, term, showraw

# Sym, Term and other types
include("types.jl")

# Sym, Term,
# Add, Mul and Pow
using DataStructures
include("fast-terms.jl")
import Base: +, -, *, /, \, ^
include("types.jl")

# Methods on symbolic objects
using SpecialFunctions, NaNMath
Expand Down
308 changes: 0 additions & 308 deletions src/fast-terms.jl

This file was deleted.

Loading

0 comments on commit e2517f5

Please sign in to comment.