formula

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2020 License: MIT Imports: 3 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CalculatePurchaseAmount added in v0.0.6

func CalculatePurchaseAmount(supply *big.Int, reserve *big.Int, crr uint32, wantReceive *big.Int) *big.Int

CalculatePurchaseAmount is the reversed version of function CalculatePurchaseReturn Deposit = reserve * (((wantReceive + supply) / supply)^(100/c) - 1)

func CalculatePurchaseReturn

func CalculatePurchaseReturn(supply *big.Int, reserve *big.Int, crr uint32, deposit *big.Int) *big.Int

CalculatePurchaseReturn calculates amount of coin that user will receive by depositing given amount of BIP Return = supply * ((1 + deposit / reserve) ^ (crr / 100) - 1)

func CalculateSaleAmount

func CalculateSaleAmount(supply *big.Int, reserve *big.Int, crr uint32, wantReceive *big.Int) *big.Int

CalculateSaleAmount is the reversed version of function CalculateSaleReturn Deposit = -(-1 + (-(wantReceive - reserve)/reserve)^(1/crr)) * supply

func CalculateSaleReturn

func CalculateSaleReturn(supply *big.Int, reserve *big.Int, crr uint32, sellAmount *big.Int) *big.Int

CalculateSaleReturn returns amount of BIP user will receive by depositing given amount of coins Return = reserve * (1 - (1 - sellAmount / supply) ^ (100 / crr))

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL