[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

[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

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

2019-11-08 Thread Sanjay Jain via Factor-talk
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&qu

[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

[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,

[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,

[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] 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