mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
hopefull better scalb handling
This commit is contained in:
@@ -19,9 +19,11 @@ extern double logb(double);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SCALB
|
||||
# ifndef HAVE_SCALBN
|
||||
extern double scalb(double, int);
|
||||
extern double scalb(double, double);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SCALBN
|
||||
extern double scalbn(double, int);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_ISNAN
|
||||
|
||||
Reference in New Issue
Block a user