#9759: Addition of SI prefixes capabilities to the units module
---------------------------+------------------------------------------------
Reporter: cousteau | Owner: burcin
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: symbolics | Keywords:
Author: Javier Mora | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Although the units module already has a si_prefixes component, it's not
very convenient, since you have to do
units.si_prefixes.nano*units.mass.gram, and you get something like
"gram*nano" that doesn't look very well.
This ticket is a modification that adds properties named as the components
of units.si_prefixes, so that calling something like units.mass.gram.nano
will create a units.mass.nanogram element and return it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9759>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.