@hyperfrontend/immutable-api-utils 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +68 -8
- package/built-in-copy/array/index.cjs.js +40 -0
- package/built-in-copy/array/index.cjs.js.map +1 -0
- package/built-in-copy/array/index.d.ts +40 -0
- package/built-in-copy/array/index.d.ts.map +1 -0
- package/built-in-copy/array/index.esm.js +35 -0
- package/built-in-copy/array/index.esm.js.map +1 -0
- package/built-in-copy/console/index.cjs.js +130 -0
- package/built-in-copy/console/index.cjs.js.map +1 -0
- package/built-in-copy/console/index.d.ts +105 -0
- package/built-in-copy/console/index.d.ts.map +1 -0
- package/built-in-copy/console/index.esm.js +110 -0
- package/built-in-copy/console/index.esm.js.map +1 -0
- package/built-in-copy/date/index.cjs.js +49 -0
- package/built-in-copy/date/index.cjs.js.map +1 -0
- package/built-in-copy/date/index.d.ts +49 -0
- package/built-in-copy/date/index.d.ts.map +1 -0
- package/built-in-copy/date/index.esm.js +43 -0
- package/built-in-copy/date/index.esm.js.map +1 -0
- package/built-in-copy/encoding/index.cjs.js +67 -0
- package/built-in-copy/encoding/index.cjs.js.map +1 -0
- package/built-in-copy/encoding/index.d.ts +52 -0
- package/built-in-copy/encoding/index.d.ts.map +1 -0
- package/built-in-copy/encoding/index.esm.js +61 -0
- package/built-in-copy/encoding/index.esm.js.map +1 -0
- package/built-in-copy/error/index.cjs.js +122 -0
- package/built-in-copy/error/index.cjs.js.map +1 -0
- package/built-in-copy/error/index.d.ts +99 -0
- package/built-in-copy/error/index.d.ts.map +1 -0
- package/built-in-copy/error/index.esm.js +112 -0
- package/built-in-copy/error/index.esm.js.map +1 -0
- package/built-in-copy/function/index.cjs.js +61 -0
- package/built-in-copy/function/index.cjs.js.map +1 -0
- package/built-in-copy/function/index.d.ts +47 -0
- package/built-in-copy/function/index.d.ts.map +1 -0
- package/built-in-copy/function/index.esm.js +54 -0
- package/built-in-copy/function/index.esm.js.map +1 -0
- package/built-in-copy/json/index.cjs.js +34 -0
- package/built-in-copy/json/index.cjs.js.map +1 -0
- package/built-in-copy/json/index.d.ts +31 -0
- package/built-in-copy/json/index.d.ts.map +1 -0
- package/built-in-copy/json/index.esm.js +30 -0
- package/built-in-copy/json/index.esm.js.map +1 -0
- package/built-in-copy/map/index.cjs.js +44 -0
- package/built-in-copy/map/index.cjs.js.map +1 -0
- package/built-in-copy/map/index.d.ts +33 -0
- package/built-in-copy/map/index.d.ts.map +1 -0
- package/built-in-copy/map/index.esm.js +40 -0
- package/built-in-copy/map/index.esm.js.map +1 -0
- package/built-in-copy/math/index.cjs.js +317 -0
- package/built-in-copy/math/index.cjs.js.map +1 -0
- package/built-in-copy/math/index.d.ts +232 -0
- package/built-in-copy/math/index.d.ts.map +1 -0
- package/built-in-copy/math/index.esm.js +272 -0
- package/built-in-copy/math/index.esm.js.map +1 -0
- package/built-in-copy/messaging/index.cjs.js +123 -0
- package/built-in-copy/messaging/index.cjs.js.map +1 -0
- package/built-in-copy/messaging/index.d.ts +95 -0
- package/built-in-copy/messaging/index.d.ts.map +1 -0
- package/built-in-copy/messaging/index.esm.js +114 -0
- package/built-in-copy/messaging/index.esm.js.map +1 -0
- package/built-in-copy/number/index.cjs.js +141 -0
- package/built-in-copy/number/index.cjs.js.map +1 -0
- package/built-in-copy/number/index.d.ts +95 -0
- package/built-in-copy/number/index.d.ts.map +1 -0
- package/built-in-copy/number/index.esm.js +123 -0
- package/built-in-copy/number/index.esm.js.map +1 -0
- package/built-in-copy/object/index.cjs.js +174 -0
- package/built-in-copy/object/index.cjs.js.map +1 -0
- package/built-in-copy/object/index.d.ts +209 -0
- package/built-in-copy/object/index.d.ts.map +1 -0
- package/built-in-copy/object/index.esm.js +149 -0
- package/built-in-copy/object/index.esm.js.map +1 -0
- package/built-in-copy/promise/index.cjs.js +80 -0
- package/built-in-copy/promise/index.cjs.js.map +1 -0
- package/built-in-copy/promise/index.d.ts +63 -0
- package/built-in-copy/promise/index.d.ts.map +1 -0
- package/built-in-copy/promise/index.esm.js +70 -0
- package/built-in-copy/promise/index.esm.js.map +1 -0
- package/built-in-copy/reflect/index.cjs.js +101 -0
- package/built-in-copy/reflect/index.cjs.js.map +1 -0
- package/built-in-copy/reflect/index.d.ts +81 -0
- package/built-in-copy/reflect/index.d.ts.map +1 -0
- package/built-in-copy/reflect/index.esm.js +86 -0
- package/built-in-copy/reflect/index.esm.js.map +1 -0
- package/built-in-copy/regexp/index.cjs.js +37 -0
- package/built-in-copy/regexp/index.cjs.js.map +1 -0
- package/built-in-copy/regexp/index.d.ts +28 -0
- package/built-in-copy/regexp/index.d.ts.map +1 -0
- package/built-in-copy/regexp/index.esm.js +34 -0
- package/built-in-copy/regexp/index.esm.js.map +1 -0
- package/built-in-copy/set/index.cjs.js +36 -0
- package/built-in-copy/set/index.cjs.js.map +1 -0
- package/built-in-copy/set/index.d.ts +27 -0
- package/built-in-copy/set/index.d.ts.map +1 -0
- package/built-in-copy/set/index.esm.js +33 -0
- package/built-in-copy/set/index.esm.js.map +1 -0
- package/built-in-copy/string/index.cjs.js +46 -0
- package/built-in-copy/string/index.cjs.js.map +1 -0
- package/built-in-copy/string/index.d.ts +34 -0
- package/built-in-copy/string/index.d.ts.map +1 -0
- package/built-in-copy/string/index.esm.js +41 -0
- package/built-in-copy/string/index.esm.js.map +1 -0
- package/built-in-copy/symbol/index.cjs.js +123 -0
- package/built-in-copy/symbol/index.cjs.js.map +1 -0
- package/built-in-copy/symbol/index.d.ts +99 -0
- package/built-in-copy/symbol/index.d.ts.map +1 -0
- package/built-in-copy/symbol/index.esm.js +105 -0
- package/built-in-copy/symbol/index.esm.js.map +1 -0
- package/built-in-copy/timers/index.cjs.js +105 -0
- package/built-in-copy/timers/index.cjs.js.map +1 -0
- package/built-in-copy/timers/index.d.ts +73 -0
- package/built-in-copy/timers/index.d.ts.map +1 -0
- package/built-in-copy/timers/index.esm.js +96 -0
- package/built-in-copy/timers/index.esm.js.map +1 -0
- package/built-in-copy/typed-arrays/index.cjs.js +360 -0
- package/built-in-copy/typed-arrays/index.cjs.js.map +1 -0
- package/built-in-copy/typed-arrays/index.d.ts +321 -0
- package/built-in-copy/typed-arrays/index.d.ts.map +1 -0
- package/built-in-copy/typed-arrays/index.esm.js +321 -0
- package/built-in-copy/typed-arrays/index.esm.js.map +1 -0
- package/built-in-copy/url/index.cjs.js +103 -0
- package/built-in-copy/url/index.cjs.js.map +1 -0
- package/built-in-copy/url/index.d.ts +71 -0
- package/built-in-copy/url/index.d.ts.map +1 -0
- package/built-in-copy/url/index.esm.js +95 -0
- package/built-in-copy/url/index.esm.js.map +1 -0
- package/built-in-copy/weak-map/index.cjs.js +36 -0
- package/built-in-copy/weak-map/index.cjs.js.map +1 -0
- package/built-in-copy/weak-map/index.d.ts +27 -0
- package/built-in-copy/weak-map/index.d.ts.map +1 -0
- package/built-in-copy/weak-map/index.esm.js +33 -0
- package/built-in-copy/weak-map/index.esm.js.map +1 -0
- package/built-in-copy/weak-set/index.cjs.js +36 -0
- package/built-in-copy/weak-set/index.cjs.js.map +1 -0
- package/built-in-copy/weak-set/index.d.ts +27 -0
- package/built-in-copy/weak-set/index.d.ts.map +1 -0
- package/built-in-copy/weak-set/index.esm.js +33 -0
- package/built-in-copy/weak-set/index.esm.js.map +1 -0
- package/built-in-copy/websocket/index.cjs.js +50 -0
- package/built-in-copy/websocket/index.cjs.js.map +1 -0
- package/built-in-copy/websocket/index.d.ts +37 -0
- package/built-in-copy/websocket/index.d.ts.map +1 -0
- package/built-in-copy/websocket/index.esm.js +43 -0
- package/built-in-copy/websocket/index.esm.js.map +1 -0
- package/bundle/index.iife.js +1167 -5
- package/bundle/index.iife.js.map +1 -1
- package/bundle/index.iife.min.js +1 -1
- package/bundle/index.iife.min.js.map +1 -1
- package/bundle/index.umd.js +1167 -5
- package/bundle/index.umd.js.map +1 -1
- package/bundle/index.umd.min.js +1 -1
- package/bundle/index.umd.min.js.map +1 -1
- package/index.cjs.js +1167 -5
- package/index.cjs.js.map +1 -1
- package/index.d.ts +32 -3
- package/index.d.ts.map +1 -1
- package/index.esm.js +1151 -6
- package/index.esm.js.map +1 -1
- package/lib/locked-prop-descriptors.d.ts.map +1 -0
- package/lib/locked-props.d.ts.map +1 -0
- package/{locked.d.ts → lib/locked.d.ts} +12 -1
- package/lib/locked.d.ts.map +1 -0
- package/locked/index.cjs.js +107 -0
- package/locked/index.cjs.js.map +1 -0
- package/locked/index.d.ts +2 -0
- package/locked/index.d.ts.map +1 -0
- package/locked/index.esm.js +105 -0
- package/locked/index.esm.js.map +1 -0
- package/locked-prop-descriptors/index.cjs.js +11 -0
- package/locked-prop-descriptors/index.cjs.js.map +1 -0
- package/locked-prop-descriptors/index.d.ts +2 -0
- package/locked-prop-descriptors/index.d.ts.map +1 -0
- package/locked-prop-descriptors/index.esm.js +9 -0
- package/locked-prop-descriptors/index.esm.js.map +1 -0
- package/locked-props/index.cjs.js +32 -0
- package/locked-props/index.cjs.js.map +1 -0
- package/locked-props/index.d.ts +2 -0
- package/locked-props/index.d.ts.map +1 -0
- package/locked-props/index.esm.js +30 -0
- package/locked-props/index.esm.js.map +1 -0
- package/package.json +149 -14
- package/locked-prop-descriptors.d.ts.map +0 -1
- package/locked-props.d.ts.map +0 -1
- package/locked.d.ts.map +0 -1
- /package/{locked-prop-descriptors.d.ts → lib/locked-prop-descriptors.d.ts} +0 -0
- /package/{locked-props.d.ts → lib/locked-props.d.ts} +0 -0
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Safe copies of Math built-in methods.
|
|
5
|
+
*
|
|
6
|
+
* These references are captured at module initialization time to protect against
|
|
7
|
+
* prototype pollution attacks. Import only what you need for tree-shaking.
|
|
8
|
+
*
|
|
9
|
+
* @module @hyperfrontend/immutable-api-utils/built-in-copy/math
|
|
10
|
+
*/
|
|
11
|
+
// Capture references at module initialization time
|
|
12
|
+
const _Math = globalThis.Math;
|
|
13
|
+
const _freeze = globalThis.Object.freeze;
|
|
14
|
+
// ============================================================================
|
|
15
|
+
// Constants
|
|
16
|
+
// ============================================================================
|
|
17
|
+
/**
|
|
18
|
+
* (Safe copy) The mathematical constant e, approximately 2.718.
|
|
19
|
+
*/
|
|
20
|
+
const E = _Math.E;
|
|
21
|
+
/**
|
|
22
|
+
* (Safe copy) The natural logarithm of 2, approximately 0.693.
|
|
23
|
+
*/
|
|
24
|
+
const LN2 = _Math.LN2;
|
|
25
|
+
/**
|
|
26
|
+
* (Safe copy) The natural logarithm of 10, approximately 2.303.
|
|
27
|
+
*/
|
|
28
|
+
const LN10 = _Math.LN10;
|
|
29
|
+
/**
|
|
30
|
+
* (Safe copy) The base-2 logarithm of e, approximately 1.443.
|
|
31
|
+
*/
|
|
32
|
+
const LOG2E = _Math.LOG2E;
|
|
33
|
+
/**
|
|
34
|
+
* (Safe copy) The base-10 logarithm of e, approximately 0.434.
|
|
35
|
+
*/
|
|
36
|
+
const LOG10E = _Math.LOG10E;
|
|
37
|
+
/**
|
|
38
|
+
* (Safe copy) The mathematical constant π, approximately 3.14159.
|
|
39
|
+
*/
|
|
40
|
+
const PI = _Math.PI;
|
|
41
|
+
/**
|
|
42
|
+
* (Safe copy) The square root of 1/2, approximately 0.707.
|
|
43
|
+
*/
|
|
44
|
+
const SQRT1_2 = _Math.SQRT1_2;
|
|
45
|
+
/**
|
|
46
|
+
* (Safe copy) The square root of 2, approximately 1.414.
|
|
47
|
+
*/
|
|
48
|
+
const SQRT2 = _Math.SQRT2;
|
|
49
|
+
// ============================================================================
|
|
50
|
+
// Basic Operations
|
|
51
|
+
// ============================================================================
|
|
52
|
+
/**
|
|
53
|
+
* (Safe copy) Returns the absolute value of a number.
|
|
54
|
+
*/
|
|
55
|
+
const abs = _Math.abs;
|
|
56
|
+
/**
|
|
57
|
+
* (Safe copy) Returns the sign of a number (-1, 0, or 1).
|
|
58
|
+
*/
|
|
59
|
+
const sign = _Math.sign;
|
|
60
|
+
/**
|
|
61
|
+
* (Safe copy) Returns the smallest integer greater than or equal to a number.
|
|
62
|
+
*/
|
|
63
|
+
const ceil = _Math.ceil;
|
|
64
|
+
/**
|
|
65
|
+
* (Safe copy) Returns the largest integer less than or equal to a number.
|
|
66
|
+
*/
|
|
67
|
+
const floor = _Math.floor;
|
|
68
|
+
/**
|
|
69
|
+
* (Safe copy) Returns the value of a number rounded to the nearest integer.
|
|
70
|
+
*/
|
|
71
|
+
const round = _Math.round;
|
|
72
|
+
/**
|
|
73
|
+
* (Safe copy) Returns the integer part of a number by removing fractional digits.
|
|
74
|
+
*/
|
|
75
|
+
const trunc = _Math.trunc;
|
|
76
|
+
// ============================================================================
|
|
77
|
+
// Min/Max
|
|
78
|
+
// ============================================================================
|
|
79
|
+
/**
|
|
80
|
+
* (Safe copy) Returns the larger of zero or more numbers.
|
|
81
|
+
*/
|
|
82
|
+
const max = _Math.max;
|
|
83
|
+
/**
|
|
84
|
+
* (Safe copy) Returns the smaller of zero or more numbers.
|
|
85
|
+
*/
|
|
86
|
+
const min = _Math.min;
|
|
87
|
+
// ============================================================================
|
|
88
|
+
// Powers and Roots
|
|
89
|
+
// ============================================================================
|
|
90
|
+
/**
|
|
91
|
+
* (Safe copy) Returns the base to the exponent power.
|
|
92
|
+
*/
|
|
93
|
+
const pow = _Math.pow;
|
|
94
|
+
/**
|
|
95
|
+
* (Safe copy) Returns the square root of a number.
|
|
96
|
+
*/
|
|
97
|
+
const sqrt = _Math.sqrt;
|
|
98
|
+
/**
|
|
99
|
+
* (Safe copy) Returns the cube root of a number.
|
|
100
|
+
*/
|
|
101
|
+
const cbrt = _Math.cbrt;
|
|
102
|
+
/**
|
|
103
|
+
* (Safe copy) Returns the square root of the sum of squares of its arguments.
|
|
104
|
+
*/
|
|
105
|
+
const hypot = _Math.hypot;
|
|
106
|
+
/**
|
|
107
|
+
* (Safe copy) Returns e raised to the power of a number.
|
|
108
|
+
*/
|
|
109
|
+
const exp = _Math.exp;
|
|
110
|
+
/**
|
|
111
|
+
* (Safe copy) Returns e raised to the power of a number minus 1.
|
|
112
|
+
*/
|
|
113
|
+
const expm1 = _Math.expm1;
|
|
114
|
+
// ============================================================================
|
|
115
|
+
// Logarithms
|
|
116
|
+
// ============================================================================
|
|
117
|
+
/**
|
|
118
|
+
* (Safe copy) Returns the natural logarithm of a number.
|
|
119
|
+
*/
|
|
120
|
+
const log = _Math.log;
|
|
121
|
+
/**
|
|
122
|
+
* (Safe copy) Returns the base-2 logarithm of a number.
|
|
123
|
+
*/
|
|
124
|
+
const log2 = _Math.log2;
|
|
125
|
+
/**
|
|
126
|
+
* (Safe copy) Returns the base-10 logarithm of a number.
|
|
127
|
+
*/
|
|
128
|
+
const log10 = _Math.log10;
|
|
129
|
+
/**
|
|
130
|
+
* (Safe copy) Returns the natural logarithm of 1 + a number.
|
|
131
|
+
*/
|
|
132
|
+
const log1p = _Math.log1p;
|
|
133
|
+
// ============================================================================
|
|
134
|
+
// Trigonometry
|
|
135
|
+
// ============================================================================
|
|
136
|
+
/**
|
|
137
|
+
* (Safe copy) Returns the sine of a number.
|
|
138
|
+
*/
|
|
139
|
+
const sin = _Math.sin;
|
|
140
|
+
/**
|
|
141
|
+
* (Safe copy) Returns the cosine of a number.
|
|
142
|
+
*/
|
|
143
|
+
const cos = _Math.cos;
|
|
144
|
+
/**
|
|
145
|
+
* (Safe copy) Returns the tangent of a number.
|
|
146
|
+
*/
|
|
147
|
+
const tan = _Math.tan;
|
|
148
|
+
/**
|
|
149
|
+
* (Safe copy) Returns the arcsine of a number.
|
|
150
|
+
*/
|
|
151
|
+
const asin = _Math.asin;
|
|
152
|
+
/**
|
|
153
|
+
* (Safe copy) Returns the arccosine of a number.
|
|
154
|
+
*/
|
|
155
|
+
const acos = _Math.acos;
|
|
156
|
+
/**
|
|
157
|
+
* (Safe copy) Returns the arctangent of a number.
|
|
158
|
+
*/
|
|
159
|
+
const atan = _Math.atan;
|
|
160
|
+
/**
|
|
161
|
+
* (Safe copy) Returns the arctangent of the quotient of its arguments.
|
|
162
|
+
*/
|
|
163
|
+
const atan2 = _Math.atan2;
|
|
164
|
+
/**
|
|
165
|
+
* (Safe copy) Returns the hyperbolic sine of a number.
|
|
166
|
+
*/
|
|
167
|
+
const sinh = _Math.sinh;
|
|
168
|
+
/**
|
|
169
|
+
* (Safe copy) Returns the hyperbolic cosine of a number.
|
|
170
|
+
*/
|
|
171
|
+
const cosh = _Math.cosh;
|
|
172
|
+
/**
|
|
173
|
+
* (Safe copy) Returns the hyperbolic tangent of a number.
|
|
174
|
+
*/
|
|
175
|
+
const tanh = _Math.tanh;
|
|
176
|
+
/**
|
|
177
|
+
* (Safe copy) Returns the inverse hyperbolic sine of a number.
|
|
178
|
+
*/
|
|
179
|
+
const asinh = _Math.asinh;
|
|
180
|
+
/**
|
|
181
|
+
* (Safe copy) Returns the inverse hyperbolic cosine of a number.
|
|
182
|
+
*/
|
|
183
|
+
const acosh = _Math.acosh;
|
|
184
|
+
/**
|
|
185
|
+
* (Safe copy) Returns the inverse hyperbolic tangent of a number.
|
|
186
|
+
*/
|
|
187
|
+
const atanh = _Math.atanh;
|
|
188
|
+
// ============================================================================
|
|
189
|
+
// Bitwise/Integer Operations
|
|
190
|
+
// ============================================================================
|
|
191
|
+
/**
|
|
192
|
+
* (Safe copy) Returns the result of the C-like 32-bit multiplication.
|
|
193
|
+
*/
|
|
194
|
+
const imul = _Math.imul;
|
|
195
|
+
/**
|
|
196
|
+
* (Safe copy) Returns the nearest 32-bit single precision float representation.
|
|
197
|
+
*/
|
|
198
|
+
const fround = _Math.fround;
|
|
199
|
+
/**
|
|
200
|
+
* (Safe copy) Returns the number of leading zero bits in the 32-bit binary representation.
|
|
201
|
+
*/
|
|
202
|
+
const clz32 = _Math.clz32;
|
|
203
|
+
// ============================================================================
|
|
204
|
+
// Random
|
|
205
|
+
// ============================================================================
|
|
206
|
+
/**
|
|
207
|
+
* (Safe copy) Returns a pseudo-random number between 0 and 1.
|
|
208
|
+
* Note: This is NOT cryptographically secure. For secure random values,
|
|
209
|
+
* use crypto.getRandomValues().
|
|
210
|
+
*/
|
|
211
|
+
const random = _Math.random;
|
|
212
|
+
// ============================================================================
|
|
213
|
+
// Namespace Export
|
|
214
|
+
// ============================================================================
|
|
215
|
+
/**
|
|
216
|
+
* (Safe copy) Namespace object containing all Math utilities.
|
|
217
|
+
* Note: Importing this imports all methods in this namespace (no tree-shaking).
|
|
218
|
+
*/
|
|
219
|
+
const Math = _freeze({
|
|
220
|
+
// Constants
|
|
221
|
+
E,
|
|
222
|
+
LN2,
|
|
223
|
+
LN10,
|
|
224
|
+
LOG2E,
|
|
225
|
+
LOG10E,
|
|
226
|
+
PI,
|
|
227
|
+
SQRT1_2,
|
|
228
|
+
SQRT2,
|
|
229
|
+
// Basic operations
|
|
230
|
+
abs,
|
|
231
|
+
sign,
|
|
232
|
+
ceil,
|
|
233
|
+
floor,
|
|
234
|
+
round,
|
|
235
|
+
trunc,
|
|
236
|
+
// Min/Max
|
|
237
|
+
max,
|
|
238
|
+
min,
|
|
239
|
+
// Powers and roots
|
|
240
|
+
pow,
|
|
241
|
+
sqrt,
|
|
242
|
+
cbrt,
|
|
243
|
+
hypot,
|
|
244
|
+
exp,
|
|
245
|
+
expm1,
|
|
246
|
+
// Logarithms
|
|
247
|
+
log,
|
|
248
|
+
log2,
|
|
249
|
+
log10,
|
|
250
|
+
log1p,
|
|
251
|
+
// Trigonometry
|
|
252
|
+
sin,
|
|
253
|
+
cos,
|
|
254
|
+
tan,
|
|
255
|
+
asin,
|
|
256
|
+
acos,
|
|
257
|
+
atan,
|
|
258
|
+
atan2,
|
|
259
|
+
sinh,
|
|
260
|
+
cosh,
|
|
261
|
+
tanh,
|
|
262
|
+
asinh,
|
|
263
|
+
acosh,
|
|
264
|
+
atanh,
|
|
265
|
+
// Bitwise/Integer
|
|
266
|
+
imul,
|
|
267
|
+
fround,
|
|
268
|
+
clz32,
|
|
269
|
+
// Random
|
|
270
|
+
random,
|
|
271
|
+
});
|
|
272
|
+
|
|
273
|
+
exports.E = E;
|
|
274
|
+
exports.LN10 = LN10;
|
|
275
|
+
exports.LN2 = LN2;
|
|
276
|
+
exports.LOG10E = LOG10E;
|
|
277
|
+
exports.LOG2E = LOG2E;
|
|
278
|
+
exports.Math = Math;
|
|
279
|
+
exports.PI = PI;
|
|
280
|
+
exports.SQRT1_2 = SQRT1_2;
|
|
281
|
+
exports.SQRT2 = SQRT2;
|
|
282
|
+
exports.abs = abs;
|
|
283
|
+
exports.acos = acos;
|
|
284
|
+
exports.acosh = acosh;
|
|
285
|
+
exports.asin = asin;
|
|
286
|
+
exports.asinh = asinh;
|
|
287
|
+
exports.atan = atan;
|
|
288
|
+
exports.atan2 = atan2;
|
|
289
|
+
exports.atanh = atanh;
|
|
290
|
+
exports.cbrt = cbrt;
|
|
291
|
+
exports.ceil = ceil;
|
|
292
|
+
exports.clz32 = clz32;
|
|
293
|
+
exports.cos = cos;
|
|
294
|
+
exports.cosh = cosh;
|
|
295
|
+
exports.exp = exp;
|
|
296
|
+
exports.expm1 = expm1;
|
|
297
|
+
exports.floor = floor;
|
|
298
|
+
exports.fround = fround;
|
|
299
|
+
exports.hypot = hypot;
|
|
300
|
+
exports.imul = imul;
|
|
301
|
+
exports.log = log;
|
|
302
|
+
exports.log10 = log10;
|
|
303
|
+
exports.log1p = log1p;
|
|
304
|
+
exports.log2 = log2;
|
|
305
|
+
exports.max = max;
|
|
306
|
+
exports.min = min;
|
|
307
|
+
exports.pow = pow;
|
|
308
|
+
exports.random = random;
|
|
309
|
+
exports.round = round;
|
|
310
|
+
exports.sign = sign;
|
|
311
|
+
exports.sin = sin;
|
|
312
|
+
exports.sinh = sinh;
|
|
313
|
+
exports.sqrt = sqrt;
|
|
314
|
+
exports.tan = tan;
|
|
315
|
+
exports.tanh = tanh;
|
|
316
|
+
exports.trunc = trunc;
|
|
317
|
+
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../../../../../../../../../../../libs/utils/immutable-api/src/built-in-copy/math/index.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Safe copies of Math built-in methods.
|
|
3
|
+
*
|
|
4
|
+
* These references are captured at module initialization time to protect against
|
|
5
|
+
* prototype pollution attacks. Import only what you need for tree-shaking.
|
|
6
|
+
*
|
|
7
|
+
* @module @hyperfrontend/immutable-api-utils/built-in-copy/math
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* (Safe copy) The mathematical constant e, approximately 2.718.
|
|
11
|
+
*/
|
|
12
|
+
export declare const E: number;
|
|
13
|
+
/**
|
|
14
|
+
* (Safe copy) The natural logarithm of 2, approximately 0.693.
|
|
15
|
+
*/
|
|
16
|
+
export declare const LN2: number;
|
|
17
|
+
/**
|
|
18
|
+
* (Safe copy) The natural logarithm of 10, approximately 2.303.
|
|
19
|
+
*/
|
|
20
|
+
export declare const LN10: number;
|
|
21
|
+
/**
|
|
22
|
+
* (Safe copy) The base-2 logarithm of e, approximately 1.443.
|
|
23
|
+
*/
|
|
24
|
+
export declare const LOG2E: number;
|
|
25
|
+
/**
|
|
26
|
+
* (Safe copy) The base-10 logarithm of e, approximately 0.434.
|
|
27
|
+
*/
|
|
28
|
+
export declare const LOG10E: number;
|
|
29
|
+
/**
|
|
30
|
+
* (Safe copy) The mathematical constant π, approximately 3.14159.
|
|
31
|
+
*/
|
|
32
|
+
export declare const PI: number;
|
|
33
|
+
/**
|
|
34
|
+
* (Safe copy) The square root of 1/2, approximately 0.707.
|
|
35
|
+
*/
|
|
36
|
+
export declare const SQRT1_2: number;
|
|
37
|
+
/**
|
|
38
|
+
* (Safe copy) The square root of 2, approximately 1.414.
|
|
39
|
+
*/
|
|
40
|
+
export declare const SQRT2: number;
|
|
41
|
+
/**
|
|
42
|
+
* (Safe copy) Returns the absolute value of a number.
|
|
43
|
+
*/
|
|
44
|
+
export declare const abs: (x: number) => number;
|
|
45
|
+
/**
|
|
46
|
+
* (Safe copy) Returns the sign of a number (-1, 0, or 1).
|
|
47
|
+
*/
|
|
48
|
+
export declare const sign: (x: number) => number;
|
|
49
|
+
/**
|
|
50
|
+
* (Safe copy) Returns the smallest integer greater than or equal to a number.
|
|
51
|
+
*/
|
|
52
|
+
export declare const ceil: (x: number) => number;
|
|
53
|
+
/**
|
|
54
|
+
* (Safe copy) Returns the largest integer less than or equal to a number.
|
|
55
|
+
*/
|
|
56
|
+
export declare const floor: (x: number) => number;
|
|
57
|
+
/**
|
|
58
|
+
* (Safe copy) Returns the value of a number rounded to the nearest integer.
|
|
59
|
+
*/
|
|
60
|
+
export declare const round: (x: number) => number;
|
|
61
|
+
/**
|
|
62
|
+
* (Safe copy) Returns the integer part of a number by removing fractional digits.
|
|
63
|
+
*/
|
|
64
|
+
export declare const trunc: (x: number) => number;
|
|
65
|
+
/**
|
|
66
|
+
* (Safe copy) Returns the larger of zero or more numbers.
|
|
67
|
+
*/
|
|
68
|
+
export declare const max: (...values: number[]) => number;
|
|
69
|
+
/**
|
|
70
|
+
* (Safe copy) Returns the smaller of zero or more numbers.
|
|
71
|
+
*/
|
|
72
|
+
export declare const min: (...values: number[]) => number;
|
|
73
|
+
/**
|
|
74
|
+
* (Safe copy) Returns the base to the exponent power.
|
|
75
|
+
*/
|
|
76
|
+
export declare const pow: (x: number, y: number) => number;
|
|
77
|
+
/**
|
|
78
|
+
* (Safe copy) Returns the square root of a number.
|
|
79
|
+
*/
|
|
80
|
+
export declare const sqrt: (x: number) => number;
|
|
81
|
+
/**
|
|
82
|
+
* (Safe copy) Returns the cube root of a number.
|
|
83
|
+
*/
|
|
84
|
+
export declare const cbrt: (x: number) => number;
|
|
85
|
+
/**
|
|
86
|
+
* (Safe copy) Returns the square root of the sum of squares of its arguments.
|
|
87
|
+
*/
|
|
88
|
+
export declare const hypot: (...values: number[]) => number;
|
|
89
|
+
/**
|
|
90
|
+
* (Safe copy) Returns e raised to the power of a number.
|
|
91
|
+
*/
|
|
92
|
+
export declare const exp: (x: number) => number;
|
|
93
|
+
/**
|
|
94
|
+
* (Safe copy) Returns e raised to the power of a number minus 1.
|
|
95
|
+
*/
|
|
96
|
+
export declare const expm1: (x: number) => number;
|
|
97
|
+
/**
|
|
98
|
+
* (Safe copy) Returns the natural logarithm of a number.
|
|
99
|
+
*/
|
|
100
|
+
export declare const log: (x: number) => number;
|
|
101
|
+
/**
|
|
102
|
+
* (Safe copy) Returns the base-2 logarithm of a number.
|
|
103
|
+
*/
|
|
104
|
+
export declare const log2: (x: number) => number;
|
|
105
|
+
/**
|
|
106
|
+
* (Safe copy) Returns the base-10 logarithm of a number.
|
|
107
|
+
*/
|
|
108
|
+
export declare const log10: (x: number) => number;
|
|
109
|
+
/**
|
|
110
|
+
* (Safe copy) Returns the natural logarithm of 1 + a number.
|
|
111
|
+
*/
|
|
112
|
+
export declare const log1p: (x: number) => number;
|
|
113
|
+
/**
|
|
114
|
+
* (Safe copy) Returns the sine of a number.
|
|
115
|
+
*/
|
|
116
|
+
export declare const sin: (x: number) => number;
|
|
117
|
+
/**
|
|
118
|
+
* (Safe copy) Returns the cosine of a number.
|
|
119
|
+
*/
|
|
120
|
+
export declare const cos: (x: number) => number;
|
|
121
|
+
/**
|
|
122
|
+
* (Safe copy) Returns the tangent of a number.
|
|
123
|
+
*/
|
|
124
|
+
export declare const tan: (x: number) => number;
|
|
125
|
+
/**
|
|
126
|
+
* (Safe copy) Returns the arcsine of a number.
|
|
127
|
+
*/
|
|
128
|
+
export declare const asin: (x: number) => number;
|
|
129
|
+
/**
|
|
130
|
+
* (Safe copy) Returns the arccosine of a number.
|
|
131
|
+
*/
|
|
132
|
+
export declare const acos: (x: number) => number;
|
|
133
|
+
/**
|
|
134
|
+
* (Safe copy) Returns the arctangent of a number.
|
|
135
|
+
*/
|
|
136
|
+
export declare const atan: (x: number) => number;
|
|
137
|
+
/**
|
|
138
|
+
* (Safe copy) Returns the arctangent of the quotient of its arguments.
|
|
139
|
+
*/
|
|
140
|
+
export declare const atan2: (y: number, x: number) => number;
|
|
141
|
+
/**
|
|
142
|
+
* (Safe copy) Returns the hyperbolic sine of a number.
|
|
143
|
+
*/
|
|
144
|
+
export declare const sinh: (x: number) => number;
|
|
145
|
+
/**
|
|
146
|
+
* (Safe copy) Returns the hyperbolic cosine of a number.
|
|
147
|
+
*/
|
|
148
|
+
export declare const cosh: (x: number) => number;
|
|
149
|
+
/**
|
|
150
|
+
* (Safe copy) Returns the hyperbolic tangent of a number.
|
|
151
|
+
*/
|
|
152
|
+
export declare const tanh: (x: number) => number;
|
|
153
|
+
/**
|
|
154
|
+
* (Safe copy) Returns the inverse hyperbolic sine of a number.
|
|
155
|
+
*/
|
|
156
|
+
export declare const asinh: (x: number) => number;
|
|
157
|
+
/**
|
|
158
|
+
* (Safe copy) Returns the inverse hyperbolic cosine of a number.
|
|
159
|
+
*/
|
|
160
|
+
export declare const acosh: (x: number) => number;
|
|
161
|
+
/**
|
|
162
|
+
* (Safe copy) Returns the inverse hyperbolic tangent of a number.
|
|
163
|
+
*/
|
|
164
|
+
export declare const atanh: (x: number) => number;
|
|
165
|
+
/**
|
|
166
|
+
* (Safe copy) Returns the result of the C-like 32-bit multiplication.
|
|
167
|
+
*/
|
|
168
|
+
export declare const imul: (x: number, y: number) => number;
|
|
169
|
+
/**
|
|
170
|
+
* (Safe copy) Returns the nearest 32-bit single precision float representation.
|
|
171
|
+
*/
|
|
172
|
+
export declare const fround: (x: number) => number;
|
|
173
|
+
/**
|
|
174
|
+
* (Safe copy) Returns the number of leading zero bits in the 32-bit binary representation.
|
|
175
|
+
*/
|
|
176
|
+
export declare const clz32: (x: number) => number;
|
|
177
|
+
/**
|
|
178
|
+
* (Safe copy) Returns a pseudo-random number between 0 and 1.
|
|
179
|
+
* Note: This is NOT cryptographically secure. For secure random values,
|
|
180
|
+
* use crypto.getRandomValues().
|
|
181
|
+
*/
|
|
182
|
+
export declare const random: () => number;
|
|
183
|
+
/**
|
|
184
|
+
* (Safe copy) Namespace object containing all Math utilities.
|
|
185
|
+
* Note: Importing this imports all methods in this namespace (no tree-shaking).
|
|
186
|
+
*/
|
|
187
|
+
export declare const Math: Readonly<{
|
|
188
|
+
readonly E: number;
|
|
189
|
+
readonly LN2: number;
|
|
190
|
+
readonly LN10: number;
|
|
191
|
+
readonly LOG2E: number;
|
|
192
|
+
readonly LOG10E: number;
|
|
193
|
+
readonly PI: number;
|
|
194
|
+
readonly SQRT1_2: number;
|
|
195
|
+
readonly SQRT2: number;
|
|
196
|
+
readonly abs: (x: number) => number;
|
|
197
|
+
readonly sign: (x: number) => number;
|
|
198
|
+
readonly ceil: (x: number) => number;
|
|
199
|
+
readonly floor: (x: number) => number;
|
|
200
|
+
readonly round: (x: number) => number;
|
|
201
|
+
readonly trunc: (x: number) => number;
|
|
202
|
+
readonly max: (...values: number[]) => number;
|
|
203
|
+
readonly min: (...values: number[]) => number;
|
|
204
|
+
readonly pow: (x: number, y: number) => number;
|
|
205
|
+
readonly sqrt: (x: number) => number;
|
|
206
|
+
readonly cbrt: (x: number) => number;
|
|
207
|
+
readonly hypot: (...values: number[]) => number;
|
|
208
|
+
readonly exp: (x: number) => number;
|
|
209
|
+
readonly expm1: (x: number) => number;
|
|
210
|
+
readonly log: (x: number) => number;
|
|
211
|
+
readonly log2: (x: number) => number;
|
|
212
|
+
readonly log10: (x: number) => number;
|
|
213
|
+
readonly log1p: (x: number) => number;
|
|
214
|
+
readonly sin: (x: number) => number;
|
|
215
|
+
readonly cos: (x: number) => number;
|
|
216
|
+
readonly tan: (x: number) => number;
|
|
217
|
+
readonly asin: (x: number) => number;
|
|
218
|
+
readonly acos: (x: number) => number;
|
|
219
|
+
readonly atan: (x: number) => number;
|
|
220
|
+
readonly atan2: (y: number, x: number) => number;
|
|
221
|
+
readonly sinh: (x: number) => number;
|
|
222
|
+
readonly cosh: (x: number) => number;
|
|
223
|
+
readonly tanh: (x: number) => number;
|
|
224
|
+
readonly asinh: (x: number) => number;
|
|
225
|
+
readonly acosh: (x: number) => number;
|
|
226
|
+
readonly atanh: (x: number) => number;
|
|
227
|
+
readonly imul: (x: number, y: number) => number;
|
|
228
|
+
readonly fround: (x: number) => number;
|
|
229
|
+
readonly clz32: (x: number) => number;
|
|
230
|
+
readonly random: () => number;
|
|
231
|
+
}>;
|
|
232
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../libs/utils/immutable-api/src/built-in-copy/math/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAUH;;GAEG;AACH,eAAO,MAAM,CAAC,QAAU,CAAA;AAExB;;GAEG;AACH,eAAO,MAAM,GAAG,QAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,IAAI,QAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,QAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,MAAM,QAAe,CAAA;AAElC;;GAEG;AACH,eAAO,MAAM,EAAE,QAAW,CAAA;AAE1B;;GAEG;AACH,eAAO,MAAM,OAAO,QAAgB,CAAA;AAEpC;;GAEG;AACH,eAAO,MAAM,KAAK,QAAc,CAAA;AAMhC;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAMhC;;GAEG;AACH,eAAO,MAAM,GAAG,iCAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,GAAG,iCAAY,CAAA;AAM5B;;GAEG;AACH,eAAO,MAAM,GAAG,kCAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,iCAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAMhC;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAMhC;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,GAAG,uBAAY,CAAA;AAE5B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,kCAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,IAAI,uBAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAEhC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAMhC;;GAEG;AACH,eAAO,MAAM,IAAI,kCAAa,CAAA;AAE9B;;GAEG;AACH,eAAO,MAAM,MAAM,uBAAe,CAAA;AAElC;;GAEG;AACH,eAAO,MAAM,KAAK,uBAAc,CAAA;AAMhC;;;;GAIG;AACH,eAAO,MAAM,MAAM,cAAe,CAAA;AAMlC;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDf,CAAA"}
|