Crate endinero

Source

Functionsยง

  • Format f32 input into a spanish money format, max 2 decimal places if amount > 0, up to 17 decimal places for amount < 1. Thousands separator: ., Radix character: ,, Decimals separator:
  • Format f64 input into a spanish money format, max 2 decimal places if amount > 0, up to 17 decimal places for amount < 1. Thousands separator: ., Radix character: ,, Decimals separator:
  • Customize the separator characters and decimal precision used to format the output of the given f32 number
  • Copyright [2022] DiarioBitcoin.com, Angel Leon
  • Format f32 input into a US money format, max 2 decimal places if amount > 0, up to 17 decimal places for amount < 1. Thousands separator: ,, Radix character: ., Decimals separator:
  • Format f64 input into a US money format, max 2 decimal places if amount > 0, up to 17 decimal places for amount < 1. Thousands separator: ,, Radix character: ., Decimals separator: