#How to get precise decimal value.

5 messages · Page 1 of 1 (latest)

grave raptorBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

eternal copperBOT
#
How to Format Code on Discord

• type three "backticks" (not quotes/apostrophes, on QWERTY layout, left of 1-key)
• on the same line, type the file extension for that language (c or cpp)
• enter your code on a new line and put another three backticks at the end

Example Input

```cpp
int main() {
    return 0;
}
```

Example Output
int main() {
    return 0;
} ```
plush steeple
#

don't use images please use proper formatter code it makes stuff much nicer to read

feral widget
#

@plush steeple my bad.. but can you help me with this?

real juniper
#

If you repost the code as shown above we can help