]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_math: Add DIGIT_SUM function.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 1 Oct 2025 15:34:20 +0000 (11:34 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 6 Oct 2025 19:26:17 +0000 (19:26 +0000)
commit9a2a853fee64bf39d04b17de0b519e4c8ae2203e
tree4d5470cf3d30bfd39373bbd77844d4934439194f
parent341cb163786bb34a3a57ed9163475225282cccfd
func_math: Add DIGIT_SUM function.

Add a function (DIGIT_SUM) which returns the digit sum of a number.

Resolves: #1499

UserNote: The DIGIT_SUM function can be used to return the digit sum of
a number.
funcs/func_math.c