help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Elisp function that performs numeric computations


From: fatiparty
Subject: Elisp function that performs numeric computations
Date: Wed, 19 Jan 2022 08:20:33 +0100 (CET)

I would like to construct an elisp function that performs numeric computations 
and outputs the result.

j = rptdepth
w = maxdepth - j
p = w + 1

output = j + ( (depth - maxdepth - 1) mod p )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]