zsh-workers
 help / color / mirror / code / Atom feed
* zsh/mathfunc and scalb
@ 2002-11-26 11:40 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2002-11-26 11:40 UTC (permalink / raw)
  To: zsh-workers

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?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-26 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-26 11:40 zsh/mathfunc and scalb Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).