emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ypo <ypuntot@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: To convert and simplify units in tables (was:LIterate programming with calc (help))
Date: Mon, 28 Nov 2022 19:58:13 +0100	[thread overview]
Message-ID: <428b9051-f934-6955-71e0-fbb21923be7d@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

> #+TBLFM: $s=uconvert($W*$l/$Z,kg / cm^2)::$cs=uconvert($s_lim/$s, )
>
> where uconvert is defined as:
>
> (defmath uconvert (v u)
>   "Convert value V to compatible unit U."
>   (math-convert-units v u))
>
>
> But no luck, "cs" result is an ERROR. Is it feasible to get a value 
> for "cs" with no units?
>
Ok, it is enough to add any unit to uconvert, for example: 
$cs=uconvert($s_lim/$s,m). That simplifies units in adimensional parameters.

Best regards ;D

[-- Attachment #2: Type: text/html, Size: 1090 bytes --]

             reply	other threads:[~2022-11-28 19:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 18:58 Ypo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-27 19:19 To convert and simplify units in tables (was:LIterate programming with calc (help)) Ypo
2022-12-10 13:51 ` Ihor Radchenko
2022-12-10 16:04   ` ypuntot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=428b9051-f934-6955-71e0-fbb21923be7d@gmail.com \
    --to=ypuntot@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).