[Factor-talk] gcc_7.0.0 not found

2019-12-06 Thread Sanjay Jain via Factor-talk
Dear Sir,

I am using Slackware 14.2 32 bit which has gcc v.5.3.0. When I run Factor v. 
0.98, it aborts saying libgcc_s.so.1: gcc_7.0.0 not found. Is there a way out? 
Is there an older version Factor which I can try?

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Round-off mode of x87 FPU

2019-11-23 Thread Sanjay Jain via Factor-talk
In Factor, is there any means to set the roundoff mode of x87 FPU? If not what 
is the default mode used in floating point computation?

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Fwd: Re: How to quit Factor - console

2019-11-08 Thread Sanjay Jain via Factor-talk
I am fascinated by the enormous variety and at the same time, to me, seeming 
complexity of working in factor. For example, When I start factor-console and 
input, without explicitly using any vocabularies, my Fibonacci number routine, 
it works, but when I do the samething from a script file again without 
explicitly using any vocabularies, the same routine gives all kinds of errors 
like word not found. What vocabularies are implicitly loaded in factor-console 
when it is started, and where is this specified?



 Original Message 
From: John Benediktsson 
Sent: 9 November 2019 09:14:30 GMT+05:30
To: factor-talk@lists.sourceforge.net
Subject: Re: [Factor-talk] How to quit Factor - console

Or use CTRL-C.

On Fri, Nov 8, 2019 at 5:19 AM Alexander Ilin  wrote:

> It's `exit` in the `system` vocab.
>
> 08.11.2019, 13:41, "Sanjay Jain via Factor-talk" <
> factor-talk@lists.sourceforge.net>:
> > Forth has the command BYE to quit. What is the corresponding command in
> Factor?
>
> ---=---
>  Александр
>
>
>
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] How to quit Factor - console

2019-11-08 Thread Sanjay Jain via Factor-talk
Forth has the command BYE to quit. What is the corresponding command in Factor?

Thanks,

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] inverse of a matrix

2019-11-04 Thread Sanjay Jain via Factor-talk
Sorry about my queries regarding inverse and determinant of a matrix, I found 
them in math.matrices.elimination and math.matrices.laplace.

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Plotting in Factor

2019-11-03 Thread Sanjay Jain via Factor-talk
I am new to Factor and am planning to use Factor scientific and engineering 
data analysis. I have noted that Factor supports words for matrix algebra and 
BLAS as well as bignum. Is there a facility to plot data for visualization? I 
could not find it in index of libraries.

Sanjay Jain
Agra, India


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Plotting in Factor

2019-11-03 Thread Sanjay Jain via Factor-talk
I am new to Factor and am planning to use Factor scientific and engineering 
data analysis. I have noted that Factor supports words for matrix algebra and 
BLAS as well as bignum. Is there a facility to plot data for visualization? I 
could not find it in index of libraries.

Sanjay Jain
Agra, India


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] expm1 function missing

2019-11-03 Thread Sanjay Jain via Factor-talk
I was going through the list of math functions. I found log1+ (ln(1+x)) but did 
not find its counterpart e^x - 1 which is equally important for precision with 
small x.  Kindly clarify and provide.

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] inverse of matrix

2019-11-03 Thread Sanjay Jain via Factor-talk
How is inverse of a matrix provided in math.matrices vocabulary?

Sanjay Jain


___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk