Git Product home page Git Product logo

decimal's Introduction

Decimal

The decimal package provides an arbitrary-precision floating-point decimal implementation in Go. It represents a number as a value and scale, allowing for precise calculations without losing decimal points.

Features

  • Representation of floating-point numbers with arbitrary precision.
  • Support for basic operations such as addition, subtraction, multiplication, etc. (if those methods are defined in your package).
  • Utility functions to marshal and unmarshal decimal values.
  • Utility functions to serialize and deserialize decimal values.

Installation

To install the โ€โ€decimal package, run the following command:

go get github.com/talon-one/decimal

Usage

Here's how you can use the decimal package:

Creating a Decimal:

import "github.com/talon-one/decimal"

// Create a new decimal with a value and scale
d := decimal.New(12345, -3) // Represents 12345000

// Create a decimal from an integer
d := decimal.NewFromInt(42) // Represents 42

Credits

Thanks to @ericlagergren/decimal for the underlying decimal representation.

decimal's People

Contributors

altjake avatar wlmalk avatar amintalebi avatar lamg avatar eun avatar

Stargazers

 avatar

Watchers

James Cloos avatar Vitalii avatar Oleksandr Gotgelf avatar Kumar avatar Mateusz Grabowski avatar  avatar  avatar  avatar  avatar vpromzelev avatar Rafi Mojabi avatar  avatar Aleksei Perevozov avatar Alex Gordon avatar Jan Czizikow avatar Vasko avatar Sebastian Haas avatar Milou Post avatar Nadav Ben Mazia avatar Francesca avatar HenDon avatar

decimal's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.