Skip to contents

This function computes a deterministic expression.

Value

Numeric value.

Examples


test <- closed_form(~1+mean(c(1,2,3)))
test$compute()
#> [1] 3