Skip to main content Link Search Menu Expand Document (external link)

BigDecimal overview

A simple extension to the Effect.BigDecimal module


Table of contents


Constructors

fromReal

Constructs a BigDecimal from a CVReal

Signature

export declare const fromReal: MTypes.OneArgFunction<CVReal.Type, BigDecimal.BigDecimal>