From f86f65f09b41f5f0996e78985e5b59f4ce77a515 Mon Sep 17 00:00:00 2001 From: huiyuxie Date: Thu, 9 May 2024 19:57:29 -0700 Subject: [PATCH] start with docs/src/conventions --- docs/src/conventions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/conventions.md b/docs/src/conventions.md index 4f9e0ec4e67..6e8c6be4983 100644 --- a/docs/src/conventions.md +++ b/docs/src/conventions.md @@ -106,3 +106,5 @@ based on the following rules. - `wrap_array` should be used as default option. `wrap_array_native` should only be used when necessary, e.g., to avoid additional overhead when interfacing with external C libraries such as HDF5, MPI, or visualization. + +# Numerical Types and Stability \ No newline at end of file