mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
doc tests verified
This commit is contained in:
@@ -500,7 +500,7 @@ Rounds down the decimal value to the specified number of decimal places
|
||||
Example:
|
||||
|
||||
import "core:fmt"
|
||||
import "core:strconv"
|
||||
import "core:strconv/decimal"
|
||||
round_down_example :: proc() {
|
||||
d: decimal.Decimal
|
||||
str := [64]u8{}
|
||||
|
||||
Reference in New Issue
Block a user