decimal VS Ex_Cldr_Numbers

Compare decimal vs Ex_Cldr_Numbers and see what are their differences.

decimal

Arbitrary precision decimal arithmetic (by ericmj)

Ex_Cldr_Numbers

CLDR Number localisation and formatting (by elixir-cldr)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
decimal Ex_Cldr_Numbers
2 -
456 41
- -
3.4 7.5
13 days ago 14 days ago
Elixir Elixir
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

decimal

Posts with mentions or reviews of decimal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-18.
  • How to write a CRUD CLI using Elixir and ScyllaDB
    6 projects | dev.to | 18 Sep 2023
    Decimal: Arbitrary precision decimal arithmetic.
  • Render beautiful pdf invoice with phoenix and pagedjs
    3 projects | dev.to | 22 Jun 2022
    defmodule Billing.Invoice do defstruct ~w( id title number seller client issued_on payment_due_date articles total payment_information )a @type t :: %__MODULE__{ id: pos_integer(), title: String.t(), number: String.t(), seller: Company.t(), client: Company.t(), issued_on: DateTime.t(), payment_due_date: DateTime.t(), number: String.t(), articles: [Article.t()], total: Total.t(), payment_information: PaymentInformation.t() } defmodule Company do defstruct ~w( name logo address zip_code city country registration_number vat_number )a @type t :: %__MODULE__{ name: String.t(), logo: String.t(), address: String.t(), zip_code: String.t(), city: String.t(), country: String.t(), registration_number: String.t(), vat_number: String.t() } end defmodule Article do defstruct ~w( details qty unit_price vat total_excl_vat total )a @type t :: %__MODULE__{ details: String.t(), qty: integer(), # I recommand using https://hexdocs.pm/decimal or # https://hexdocs.pm/money in a real project unit_price: float(), vat: float(), total_excl_vat: float(), total: float() } end defmodule Total do defstruct ~w( total_excl_vat vat_amount total )a @type t :: %__MODULE__{ # I recommand using https://hexdocs.pm/decimal or # https://hexdocs.pm/money in a real project total_excl_vat: float(), vat_amount: float(), total: float() } end defmodule PaymentInformation do defstruct ~w( bic iban reference )a @type t :: %__MODULE__{ bic: String.t(), iban: String.t(), reference: String.t() } end end

Ex_Cldr_Numbers

Posts with mentions or reviews of Ex_Cldr_Numbers. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Ex_Cldr_Numbers yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing decimal and Ex_Cldr_Numbers you can also consider the following projects:

money - Elixir library for working with Money safer, easier, and fun... Is an interpretation of the Fowler's Money pattern in fun.prog.

expletive - Profanity filter library for Elixir

Ex_Money - Elixir implementation of Money with Currency

calliope - An elixir haml parser

elixir-range-extras - Elixir range utilities: constant-time random sampling and set operations.

bencode - A bencode encoder and decoder written in Elixir

exmoji - :sunglasses: Emoji encoding swiss army knife for Elixir/Erlang

mt940

base58 - Base58 encoding/decoding for Elixir

Ex_Cldr_Lists - List formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr

tau - Elixir module for tau

haikunator - Generate Heroku-like memorable random names to use in your apps or anywhere else.