SymEngine.jl
SymEngine.jl copied to clipboard
implement re_abs() and re_sign()
@isuruf I noticed that there is no way to take the derivative of abs() in Julia as it does not specify if the argument is real when using ccall, thus it would be nice to have the ability to take derivatives of them assuming the argument is real.