programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: FPMATH questions

From: Anil Rodrigues <arodrix_at_weld.com>
Date: Mon, 17 Jul 2006 16:27:38 -0400

In the file FPMATH,

: FCOMPLEMENT ( r -- r ) FNEGATE PI F+ ;

seems to me FCOMPLEMENT should be named FSUPPLEMENT;

FCOMPLEMENT should be

: FCOMPLEMENT ( r -- r ) FNEGATE PI/2 F+ ;

am I getting muddleheaded ???

Anil
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Mon Jul 17 2006 - 13:28:23 PDT

This archive was generated by hypermail 2.2.0 : Tue Dec 02 2008 - 03:04:40 PST