From 22b1702402980b046be227cbf1c9c3e82b24c350 Mon Sep 17 00:00:00 2001 From: Xianda Sun Date: Wed, 6 Mar 2024 16:46:45 +0000 Subject: [PATCH] update warning message --- docs/src/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/functions.md b/docs/src/functions.md index a7c738c7b..0c1e20be3 100644 --- a/docs/src/functions.md +++ b/docs/src/functions.md @@ -5,7 +5,7 @@ Most of the [functions](https://www.multibugs.org/documentation/latest/Functions ## Function defined in Julia Standard Library !!! warning "No keyword arguments syntax in BUGS" - Please note that some functions listed may accept additional arguments (e.g. `trunc`) and/or keyword arguments (e.g. `sum`, `sort`). However, `JuliaBUGS` is designed to only support function arguments of type `Real` or `AbstractArray{Real}`. Furthermore, `JuliaBUGS` does not accommodate the use of keyword argument syntax; thus, the default values for any optional or keyword arguments will be automatically applied. + Please note that some functions listed may accept additional arguments (e.g. `trunc`) and/or keyword arguments (e.g. `sum`, `sort`, `mean`). However, at the moment `JuliaBUGS` only supports function arguments of type `Real` or `AbstractArray{Real}`. Furthermore, `JuliaBUGS` does not accommodate the use of keyword argument syntax. Thus, the default values for any optional or keyword arguments will be automatically applied. ```@docs abs