#16579: Tides interface
-------------------------------------------------+-------------------------
       Reporter:  mmarco                         |        Owner:
           Type:  enhancement                    |       Status:  closed
       Priority:  major                          |    Milestone:  sage-6.3
      Component:  interfaces                     |   Resolution:  fixed
       Keywords:  sd59                           |    Merged in:
        Authors:  Miguel Marco                   |    Reviewers:  Volker
Report Upstream:  N/A                            |  Braun
         Branch:                                 |  Work issues:
  48e5a6ac043196520f95991b47bcd2557c77b835       |       Commit:
   Dependencies:                                 |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by iMark):

 Hello jdemeyer. I'm also a developer of sagetides, as well as a tides
 developer.
 You are right with mpfr. From the very beginning we preset the number of
 digits (binary or decimal) and all the floating point variables of the
 code stores numbers of the same binary size.


 We wrote 'N(parameter, digits = dig)' because, otherwise sage writes to
 text either the algebraic representation of the number (eg pi) or an
 insufficient floating point approximation.

 However, using string representation, it is the same computational effort
 parsing 0.10 0.100 or 0.1000000000, cause they have no exact
 representation. I personally prefer long strings because it is more clear
 for me to read so. I use sage as preprocessor to obtain C code to work
 with and edit it outside sage environmet.

 I hope this can clarify a bit the ticket.

--
Ticket URL: <http://trac.sagemath.org/ticket/16579#comment:23>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to