Floating-point accuracy visualization example: the ULP error for each math function coming with Julia
Introduction The implementation of a math function, such as cos(::Float64) in Julia, should be fast, but also needs to be at least somewhat accurate. Here I propose propose a method for visualizing em...