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

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

Re: Too many permutations computed


From: Emanuel Berg
Subject: Re: Too many permutations computed
Date: Sun, 06 Aug 2023 15:32:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

tpeplt wrote:

>> Maybe that is a local function?
>>
>> But if you replace that with
>>
>>   (zerop (/ h 2))
>>
>> it works as you say.
>
> ‘evenp’ is a local function?
>
> C-h f evenp =>
>
> evenp is an alias for ‘cl-evenp’ in ‘cl.el’.

Aha, replace with

(require 'cl-lib)

and then `cl-evenp' as you say.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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