# NOT RUN {
modello.init(10, 10, 10, 10)
## For modello_numbers
y = number(rexp(10))
ld = ldexp(y, .k(1))
print(ld)
print(ld$v)
modello.close()
## For numerics
y = rexp(10)
ld = ldexp(y, 1)
print(ld)
# }
Run the code above in your browser using DataLab