From 2fc69630dc8de2bbe2182bde4f84cf7abcc8bf30 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 21 May 2025 14:44:15 +0200 Subject: [PATCH] docs: add `numberFallback` to the example on the Configuration page --- docs/core/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/configuration.md b/docs/core/configuration.md index 4084cb974..b72fdcc81 100644 --- a/docs/core/configuration.md +++ b/docs/core/configuration.md @@ -12,6 +12,7 @@ const config = { absTol: 1e-15, matrix: 'Matrix', number: 'number', + numberFallback: 'number', precision: 64, predictable: false, randomSeed: null