Fixed – Fixed-place decimal math library for Go
1–10 of 73 posts
Re: Fixed – Fixed-place decimal math library for Go
#2Re: Fixed – Fixed-place decimal math library for Go
#3I'm not an expert but a finance library without a choice of rounding modes and using floating point for division and multiplication is a bit strange? Why those decisions?
Re: Fixed – Fixed-place decimal math library for Go
#4I'm not an expert but a finance library without a choice of rounding modes and using floating point for division and multiplication is a bit strange? Why those decisions?
What experience do people who work in banks have?
Re: Fixed – Fixed-place decimal math library for Go
#5Re: Fixed – Fixed-place decimal math library for Go
#6Re: Fixed – Fixed-place decimal math library for Go
#7I'm not an expert but a finance library without a choice of rounding modes and using floating point for division and multiplication is a bit strange? Why those decisions?
Despite what everyone says, I've spoken to several different people at several different highly-regarded banks who say that they do, in fact, use floating point for money amounts in some of their systems. What experience do people who work in banks have?
Re: Fixed – Fixed-place decimal math library for Go
#8I'm not an expert but a finance library without a choice of rounding modes and using floating point for division and multiplication is a bit strange? Why those decisions?
Despite what everyone says, I've spoken to several different people at several different highly-regarded banks who say that they do, in fact, use floating point for money amounts in some of their systems. What experience do people who work in banks have?
Re: Fixed – Fixed-place decimal math library for Go
#9No sqrt, sin, cos functions?