Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use improved version of prettyDouble #18

Closed
FreakyBytes opened this issue Jan 30, 2017 · 0 comments
Closed

use improved version of prettyDouble #18

FreakyBytes opened this issue Jan 30, 2017 · 0 comments

Comments

@FreakyBytes
Copy link
Member

Trac Ticket #18

component: code
owner: martin
reporter: martin
created: 2014-01-31 14:19:51
milestone:
type: enhancement
version:
keywords:

e.g.
{{{
#!java
GeneralTools.prettyDouble (multiplier, 1, "", markupDocument.multiply ())
}}}
instead of
{{{
#!java
multiplier == 1 ? "" : GeneralTools.prettyDouble (multiplier, 1) + markupDocument.multiply ()
}}}

comment 1

time: 2014-01-31 14:21:18
author: martin

comment 2

time: 2014-01-31 14:21:18
author: martin

Updated description to e.g.
{{{
GeneralTools.prettyDouble (multiplier, 1, "", markupDocument.multiply ())
}}}
instead of
{{{
multiplier == 1 ? "" : GeneralTools.prettyDouble (multiplier, 1) + markupDocument.multiply ()
}}}

comment 3

time: 2014-01-31 14:21:42
author: martin

comment 4

time: 2014-01-31 14:21:42
author: martin

Updated description to e.g.
{{{
#!java
GeneralTools.prettyDouble (multiplier, 1, "", markupDocument.multiply ())
}}}
instead of
{{{
#!java
multiplier == 1 ? "" : GeneralTools.prettyDouble (multiplier, 1) + markupDocument.multiply ()
}}}

comment 5

time: 2014-02-05 12:21:41
author: martin

moved to bives-sbml:#4 and bives-cellml:#5

comment 6

time: 2014-02-05 12:21:41
author: martin

Updated resolution to duplicate

comment 7

time: 2014-02-05 12:21:41
author: martin

Updated status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant