-
Notifications
You must be signed in to change notification settings - Fork 0
/
decimal.js
47 lines (47 loc) · 1.94 KB
/
decimal.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
export const BasicContext = function() {};
export const Clamped = function() {};
export const Context = function() {};
export const ConversionSyntax = function() {};
export const Decimal = function() {};
export const DecimalException = function() {};
export const DecimalTuple = function() {};
export const DefaultContext = function() {};
export const DivisionByZero = function() {};
export const DivisionImpossible = function() {};
export const DivisionUndefined = function() {};
export const ExtendedContext = function() {};
export const FloatOperation = function() {};
export const HAVE_CONTEXTVAR = function() {};
export const HAVE_THREADS = function() {};
export const Inexact = function() {};
export const InvalidContext = function() {};
export const InvalidOperation = function() {};
export const MAX_EMAX = function() {};
export const MAX_PREC = function() {};
export const MIN_EMIN = function() {};
export const MIN_ETINY = function() {};
export const Overflow = function() {};
export const ROUND_05UP = function() {};
export const ROUND_CEILING = function() {};
export const ROUND_DOWN = function() {};
export const ROUND_FLOOR = function() {};
export const ROUND_HALF_DOWN = function() {};
export const ROUND_HALF_EVEN = function() {};
export const ROUND_HALF_UP = function() {};
export const ROUND_UP = function() {};
export const Rounded = function() {};
export const Subnormal = function() {};
export const Underflow = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __doc__ = function() {};
export const __file__ = function() {};
export const __libmpdec_version__ = function() {};
export const __loader__ = function() {};
export const __name__ = function() {};
export const __package__ = function() {};
export const __spec__ = function() {};
export const __version__ = function() {};
export const getcontext = function() {};
export const localcontext = function() {};
export const setcontext = function() {};