Discussion Status of improved Decimal support?

All Replies

  • Monday, July 23, 2012 11:38 AM
     
     

    To extend Daniel's question, in some applications the precision of double is not enough and therefore just casting back and forth between double and decimal won't cut it either. 

    Sure it is possible to use Newton-Raphson with the value from the double-base equivalent as starting point or use expansion series (in combination with a Horner scheme) for both exp and log, but is it extremely inefficient for large value sets. 

    A "pure" decimal based version would be preferable if possible :D

  • Tuesday, July 24, 2012 9:11 AM
    Moderator
     
     

    Hi Daniel,

    Welcome to the MSDN Forum.

    Since this is a feature request, I changed it to discussion. Thank you for your understanding and support.

    Best regards,


    Mike Feng
    MSDN Community Support | Feedback to us
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Thursday, July 26, 2012 12:01 PM
     
     

    Since this is a feature request, I changed it to discussion. Thank you for your understanding and support.

    Actually it was a question to the BCL team if they have it on their agenda at all?

    But your are right that it is also a request for them to add it to their todo list or bump it up a notch since having full "decimal128" support (the iso/ecma standard allows decimal to conform to decimal128, but the msdn specs limits both the precision and usefullness).


    /Daniel Svensson