# NOT RUN {
modello.init(10, 10, 10, 10)
## For sclars
x1 = number(pi, scalar=TRUE)
y1 = cosh(x1)
print(y1)
print(y1$v)
## For arrays
x2 = number(matrix(pi, 3, 3))
y2 = cosh(x2)
print(y2)
print(y2$v)
modello.close()
# }
Run the code above in your browser using DataLab