Neven Sajko

Results 185 issues of Neven Sajko

I remember being quite confused by this before, one can think because of the message ("fatal") that go-mtpfs will not work at all, instead it seems to work fine. Here...

Currently in three places in the code there is an expression like: 1-cosine(subexpr). The problem with that is that it sacrifices quite a bit of precision the floating point type...

Just for reference. https://github.com/fenugrec/freediag/issues/47

Why do saej1979 and iso14230 timer functions disable debugging for callee functions? (Note: added in https://github.com/fenugrec/freediag/commit/d6cecf392abbd19a56a02054ac02f15af319e6f4 .) It is a non-essential feature as far as I understand? The issue is...

Here is a list of identifiers with "global" in them, in case somebody decides to get rid of them, hide them behind Set and Get functions, etc. ... diag_l2.h global_l2_conn...

Firstly: not sure how good the issue title is, probably you'll be able to think of a better one. I wanted to test a function in my package-to-be with JET,...

fricas-foreign-call extension for the SBCL case.

Let's call this m.spad: ``` )abbrev package FACPAK FactorizationPackage FactorizationPackage(p): Exports == Implementation where p: PositiveInteger Exports == with display_factorizations: NonNegativeInteger -> Void Implementation == add FLD ==> (PrimeField p)...

Suppose we do: ``` l := [44, 178, 412, 746, 1168, 1669, 2260, 2941, 3712, 4573, 5524, 6565] e := guess(l).1 ``` Now we have a recurrence, with its 'n...

I propose that two functions be added to RecurrenceOperator: ``` isRec?: F -> Boolean isADE?: F -> Boolean ``` The rationale is that sometimes Spad code needs to be able...