add versionaddded tag for new feature

This commit is contained in:
Axel Kohlmeyer
2023-11-26 11:00:02 -05:00
parent 088c5d72a8
commit b90d63a192

View File

@ -706,6 +706,8 @@ library. Ceil() is the smallest integer not less than its argument.
Floor() if the largest integer not greater than its argument. Round() Floor() if the largest integer not greater than its argument. Round()
is the nearest integer to its argument. is the nearest integer to its argument.
.. versionadded:: TBD
The ternary(x,y,z) function is the equivalent of the ternary operator The ternary(x,y,z) function is the equivalent of the ternary operator
(? and :) in C or C++. It takes 3 arguments. The first argument is a (? and :) in C or C++. It takes 3 arguments. The first argument is a
conditional. The result of the function is y if x evaluates to true conditional. The result of the function is y if x evaluates to true