News:

Download Pelles C here: http://www.pellesc.se

Main Menu

about complex.h

Started by milen_prg, May 06, 2023, 02:30:24 PM

Previous topic - Next topic

milen_prg

As the complex.h was removed, please, suggest me mathematical/scientific library to use with Pelles C. Unfortunately the GSL can't be installed / used with Pelles C. I search for some extended mathematics library for Pelles C with no success.

P.S. Know that main complex library is simple to write myself from scratch, but if there is some more "complex" library (such that uses cblas for example  :) I must know).

John Z

Hi,

Don't know anything about the package but github still has possibly a version of complex.h looks
like renamed pnl_complex.h is the one you are missing?

https://github.com/pnlnum/pnl/tree/master/src/include/pnl

Win 64bit releases here https://github.com/pnlnum/pnl/releases  -including source code in zip .....

John Z

crun

> As the complex.h was removed,

I am trying to compile an old project from 2016-2018, which used complex.h, and the project file tags as C99

Can anyone suggest what version I should start with appropriate to those years, and before complex.h was removed?

Alternatively, perhaps it was never in the PellesC installer, and the OG programmer got if from somewhere else?

Pelle

/Pelle