Skip to content

Commit

Permalink
Allow min, max, sum, prod, minimum and maximum in ljl_propfunc
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Dec 4, 2024
1 parent 3e4b1db commit a43e7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ljl_expressions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ const ljl_expr_allowed_funcs = Set([
:abs, :abs2, :normalize, :norm,
:exp, :exp2, :exp10, :log, :log2, :log10,
:sin, :cos, :tan, :asin, :acos, :atan,
:min, :max,
:isnan, :isinf, :isfinite,
:all, :any, :broadcast,
:sum, :prod, :minimum, :maximum,
:get, :getproperty,
:value, :uncertainty, :stdscore, :weightedmean,
:±,
Expand Down

0 comments on commit a43e7ef

Please sign in to comment.