JuliaMath / JuliaMath/FixedPointNumbers.jl

Don't wrap round

Open
#227 38 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
95
Forks
38
Avg merge
13m
Merged PRs (30d)
2

Description

This seems like a gotcha (indeed it caught us out when manipulating images):

```jl
julia> x = N0f8(0.5)
0.502N0f8

julia> x + x
0.0N0f8
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.