Re: Extended unit

Поиск
Список
Период
Сортировка
От Pailloncy Jean-Gerard
Тема Re: Extended unit
Дата
Msg-id 79447fe1d6446475dc103585d7a83bb2@rilk.com
обсуждение исходный текст
Ответ на Re: Extended unit  (PFC <lists@boutiquenumerique.com>)
Список pgsql-general
>     If you allow multiplication and division, you'd need to store not
> only one type, but an expression like m.s^-2, etc. You'll end up with
> something with Maple. Isn't there some free open source algebraic
> computation toolkit with equations and units somewhere ?
Yes and no.
I am in the (slow) process to have a small library that do a parsing of
this string.
I want to have, + - * / square power function.
We do not need a full algebraic parser.

I restrict for my test the pattern of the type in human reading form as
m.s-1.
A2.m.s-1.rad-2.

no space, separator is point, no power sign, no plus sign for power.

The main trouble is to be clean the power should be in "fraction"
space. and not in "double precision" space. That is just more fun to
add ;-)

Cordialement,
Jean-Gérard Pailloncy


В списке pgsql-general по дате отправления:

Предыдущее
От: sid tow
Дата:
Сообщение: Problem with the copy command need help
Следующее
От: Dawid Kuroczko
Дата:
Сообщение: Re: Lower case