zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Floating point support?
Date: Tue, 14 Sep 1999 17:56:15 +0200	[thread overview]
Message-ID: <9909141556.AA22292@ibmth.df.unipi.it> (raw)

I'm thinking about adding some floating point support to zsh; this is just
to canvas opinions.  My idea is to add a floating point parameter type,
together with support in math evaluations (which would involve stuff like
promoting integers to floats etc.).  It would be easiest to make the
floating point type the same size as the integer type, i.e. usually double
if longs are 64 bits or if long longs are in use, float otherwise.

- Does anyone object to sullying the integral purity of zsh with decimal
points and exponents?

- Is anyone able to summarise what the status is with other shells
(particularly ksh)?

- What about functions?  We could supply some basic maths functions, or
could put them in a loadable module, which would require yet more support
for hooks, although it's certainly more flexible (write your own library
routines).  This may mean some more configuration checking for
capabilities, although I think basic maths library routines are universal.
(We could even make it forget to put -lm on the link line the first time,
just to make users feel at home :-) :-).)

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


             reply	other threads:[~1999-09-14 16:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-14 15:56 Peter Stephenson [this message]
1999-09-14 17:06 ` Bart Schaefer
1999-09-15  9:19   ` Peter Stephenson
1999-09-15  7:16 Sven Wischnowsky
1999-09-15 15:20 ` Bart Schaefer
1999-09-15 17:59 ` Peter Whaite

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9909141556.AA22292@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).