Skip to content

Commit

Permalink
moved from fix to bitblast
Browse files Browse the repository at this point in the history
  • Loading branch information
PoorvaGarg committed Dec 1, 2024
1 parent 8ab3e1c commit fe1321b
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 668 deletions.
6 changes: 6 additions & 0 deletions rough.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using Dice

a = uniform(DistFix{5, -6}, 0.01, 1.0)
pr(a)

DistFix{5, -6}([false, true, true, true, true])
1 change: 1 addition & 0 deletions src/dist/dist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ include("misc.jl")
include("number/uint.jl")
include("number/int.jl")
include("number/fix.jl")
include("number/bitblast.jl")
include("char.jl")
include("string.jl")
include("enum.jl")
Expand Down
Loading

0 comments on commit fe1321b

Please sign in to comment.