zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
To: zsh-workers@sunsite.auc.dk
Subject: Re: Suggestion: c library access
Date: Mon, 20 Dec 1999 22:23:23 +0000	[thread overview]
Message-ID: <E120BBv-0001by-00.1999-12-20-22-22-08@cmailg3.svr.pol.co.uk> (raw)
In-Reply-To: "Sven Wischnowsky"'s message of "Fri, 17 Dec 1999 10:08:54 +0100." <199912170908.KAA25115@beta.informatik.hu-berlin.de>

Sven Wischnowsky wrote:
> This reminded me: mathfunc uses drem(), but at least the Solaris 5.6 I 
> have access to here doesn't seem to have that.

It's not worth testing for, let's remove it.

--- Doc/Zsh/mod_mathfunc.yo.mf	Mon Dec 20 21:50:37 1999
+++ Doc/Zsh/mod_mathfunc.yo	Mon Dec 20 21:50:06 1999
@@ -37,7 +37,7 @@
 expresssions.
 
 The following functions take two floating point arguments: tt(copysign),
-tt(drem), tt(fmod), tt(hypot), tt(nextafter).
+tt(fmod), tt(hypot), tt(nextafter).
 
 The following take an integer first argument and a floating point second
 argument: tt(jn), tt(yn).
--- Src/Modules/mathfunc.c.mf	Mon Dec 20 21:22:36 1999
+++ Src/Modules/mathfunc.c	Mon Dec 20 21:49:51 1999
@@ -45,7 +45,6 @@
 MF_COPYSIGN,
 MF_COS,
 MF_COSH,
-MF_DREM,
 MF_ERF,
 MF_ERFC,
 MF_EXP,
@@ -131,7 +130,6 @@
   NUMMATHFUNC("copysign", math_func, 2, 2, MF_COPYSIGN),
   NUMMATHFUNC("cos", math_func, 1, 1, MF_COS),
   NUMMATHFUNC("cosh", math_func, 1, 1, MF_COSH),
-  NUMMATHFUNC("drem", math_func, 2, 2, MF_DREM),
   NUMMATHFUNC("erf", math_func, 1, 1, MF_ERF),
   NUMMATHFUNC("erfc", math_func, 1, 1, MF_ERFC),
   NUMMATHFUNC("exp", math_func, 1, 1, MF_EXP),
@@ -294,10 +292,6 @@
 
   case MF_COSH:
       retd = cosh(argd);
-      break;
-
-  case MF_DREM:
-      retd = drem(argd, argd2);
       break;
 
   case MF_ERF:

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>


  reply	other threads:[~1999-12-20 22:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-17  9:08 Sven Wischnowsky
1999-12-20 22:23 ` Peter Stephenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-12-16 20:56 Jan Kroken
1999-12-16 22:08 ` Mike Fletcher

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=E120BBv-0001by-00.1999-12-20-22-22-08@cmailg3.svr.pol.co.uk \
    --to=pws@pwstephenson.fsnet.co.uk \
    --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).