eris ~master (2018-03-29T23:16:26Z)
Home
Dub
Repo
sciForm
eris
decimal
conv
Converts a decimal number to a string using "scientific" notation, per the spec.
string
sciForm
(
D
)
(
in
D
num
)
if
(
isDecimal
!
D
)
Meta
Source
See Implementation
eris
decimal
conv
functions
abstractForm
engForm
fromBid
fromBinary
fromString
fullForm
sciForm
to
toBid
toString
manifest constants
DEFAULT_PRECISION
structs
BiD16Rep
Bid32Rep
RealRep
Converts a decimal number to a string using "scientific" notation, per the spec.