-
All the floating point placeholders (a, e, f, and g) translate to the `Float` type:
https://github.com/SwiftGen/SwiftGen/blob/f79fa84e7088cdcadf43c69cd1f4e96d996ce171/Sources/SwiftGenKit/Parsers/St…
-
radio.c uses floating point numbers (doubles, to be precise) to calculate the air time (maybe there are other places too), however it would be quite trivial to rewrite this computation to fixed point …
-
Hey.
I'm trying to use the projection.fromScreenLocation to place a marker on the map in a certain position. That method only accepts Point without floating point value.
I need to divide screen in…
-
I made a turtle draw a spiral while rescaling the screen according to the last position of the turtle.
Simple code to reproduce (increasing the speed variable will make it crash sooner):
```pyth…
-
Modern plugin formats like VST3 and CLAP support reporting of the processed tail size that can be generated by delays or reverb. There are three kinds of values that can be reported by the plugin:
*…
-
| | |
| --- | --- |
| Bugzilla Link | [21914](https://llvm.org/bz21914) |
| Version | trunk |
| OS | All |
| Attachments | [source code of the example](https://user-images.githubusercontent.com/6094…
-
| | |
| --- | --- |
| Bugzilla Link | [16711](https://llvm.org/bz16711) |
| Version | trunk |
| OS | All |
| CC | @Bigcheese,@rotateright |
## Extended Description
clang -O3 emits two copies of th…
-
goaccess 1.5.1 macos 11.4
When generating html reports, numbers in the columns look like this:
`207.286 (8.80%)`
the man page does not mention locales at all, but in any case i have:
```
…
-
```
What steps will reproduce the problem?
1. Select 'No' for "Floating-point in software"
2. Floating point operations are super slow
What is the expected output? What do you see instead?
When I p…
-
How do you (the language designers) feel about having a way to write literals for +- infinity and NaN? Currently you can generate these values via arithmetic. For instance, `(/ 1.0 0)` evaluates to po…