Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/ojs/ojs-define-numeric-precision/with-julia.qmd
6450 views
---
title: "ojs_define numeric precision test"
format: html
engine: julia
execute:
  daemon: false
---

```{julia}
using JSON
ojs_define(num=0.00008604168504168504)
```

```{ojs}
num
```