Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh/mathfunc and scalb
- X-seq: zsh-workers 17965
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: zsh/mathfunc and scalb
- Date: Tue, 26 Nov 2002 06:40:16 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
IEEE 1003.1-2001 claims that scalb is deprecated and that the prototype
is double scalb(double, double). glibc 2.3 uses the same prototype, but
only if you define _XOPEN_SOURCE_EXTENDED, _BSD_SOURCE, or _SVID_SOURCE.
zsh passes an int as the second argument, and of course it links fine.
Should this be changed to scalbln or scalbn? Should the $(( )) name
be changed as well?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author