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

function "options" #2

Open
lidijaf opened this issue Jul 15, 2014 · 0 comments
Open

function "options" #2

lidijaf opened this issue Jul 15, 2014 · 0 comments
Labels

Comments

@lidijaf
Copy link

lidijaf commented Jul 15, 2014

This function is called in nbodies as:
options(digits=9)
and means that the recommended number of digits when printing real numbers is now 9 (the default in R is 7).
Translating this to Relite: probably some global value needed, for storing number of digits. First problem - we need some way to print exactly that form with specified number of digits - I cannot see it with OptiMLs print...
Second - (this is not relevant for nbodies, but may be important later) the named parameter "digits" needs to be resolved

@lidijaf lidijaf changed the title functio "options" function "options" Jul 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant