Skip to content

Commit

Permalink
Fix InverseFunctions.inverse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Nov 8, 2021
1 parent c3f1123 commit 68de345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inverse.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
InverseFunctions.inverse(::typeof(norncdf)) = norminvcdf
InverseFunctions.inverse(::typeof(normcdf)) = norminvcdf
InverseFunctions.inverse(::typeof(norminvcdf)) = normcdf

InverseFunctions.inverse(::typeof(normccdf)) = norminvccdf
Expand Down

0 comments on commit 68de345

Please sign in to comment.