Skip to content

Commit

Permalink
Update utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 27, 2024
1 parent 265ef47 commit 1d60006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ end
symbolic_to_float((1//2 * x)/x) isa Float64
symbolic_to_float((1/2 * x)/x) isa Float64
symbolic_to_float((1//2)*√(279//4)) isa Float64
symbolic_to_float((big(1)//2)*√(279//4)) isa BigFloat
symbolic_to_float((-1//2)*√(279//4)) isa Float64
end

0 comments on commit 1d60006

Please sign in to comment.