Skip to content

Commit

Permalink
exported gaussian function to TaylorSeries.
Browse files Browse the repository at this point in the history
  • Loading branch information
blas-ko committed Nov 7, 2016
1 parent cf18ce5 commit 1d86fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaylorSeries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Base: zero, one, zeros, ones, isinf, isnan,

export Taylor1, TaylorN, HomogeneousPolynomial

export get_coeff, derivative, integrate,
export get_coeff, derivative, gaussian, integrate,
evaluate, evaluate!,
show_params_TaylorN,
get_order, get_numvars,
Expand Down

0 comments on commit 1d86fc7

Please sign in to comment.