Skip to content

Commit

Permalink
Bug fix in math/icomplex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 13, 2018
1 parent db9431d commit 835473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/math/icomplex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function bashlets::math::icomplex::subtract()
declare w="$1"
declare z="$2"

bashlets::math::icomplex::add "$w" "$(bashlets_math_icomplex_negate "$z")"
bashlets::math::icomplex::add "$w" "$(bashlets::math::icomplex::negate "$z")"
}

#@method
Expand Down

0 comments on commit 835473e

Please sign in to comment.