Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: make-doc-pro: how to handle tables?

From: lmecir:mbox:vol:cz at: 25-Sep-2001 0:09

Hi,
> Hi Ladislav, > > I was too quick in replying. :) > > Is what you did proprietary, or is it something you could share with us? > > --Gregg
unfortunately, I am not able to disclose the details of the problem. But, I can tell you some general info: it was a problem that has been solved using Excel before (about one day of table manipulation for pretty simple cases), because the job consisted from doing a huge amount of data comparisons and some statistic routines. I simplified the algorithm (used more efficient formula to compute the result, while getting more accurate result at the same time) and Rebol made the task trivial ("press a button and you get the result instantly"). The tables were "represented" as follows: uzly_a: -1,00E+00 -5,00E-01 0,00E+00 1,00E+00 -5,00E-01 0,00E+00 1,00E+00 5,00E-01 0,00E+00 -1,00E+00 5,00E-01 0,00E+00 -1,00E+00 -5,00E-01 5,00E+00 -1,00E+00 5,00E-01 5,00E+00 1,00E+00 -5,00E-01 5,00E+00 1,00E+00 5,00E-01 5,00E+00 ] where the set-word represented an appropriate name for the respective table, which could be then referred to in the next part of the data description and the space was used as a delimiter (tables contained only numbers in this case). Cheers Ladislav