UNPKG

12.9 kBJavaScriptView Raw
1/**
2 * THIS FILE IS AUTO-GENERATED
3 * DON'T MAKE CHANGES HERE
4 */
5import { config } from './configReadonly'
6import {
7 createTyped,
8 createRangeClass,
9 createNthRoot,
10 createE,
11 createFalse,
12 createLN10,
13 createLOG10E,
14 createNaN,
15 createPhi,
16 createSQRT1_2, // eslint-disable-line camelcase
17 createTau,
18 createVersion,
19 createString,
20 createFilter,
21 createMap,
22 createCombinationsWithRep,
23 createPickRandom,
24 createRandomInt,
25 createCompare,
26 createCompareText,
27 createSmaller,
28 createLarger,
29 createErf,
30 createMax,
31 createFormat,
32 createClone,
33 createTypeOf,
34 createUnaryPlus,
35 createAddScalar,
36 createCeil,
37 createExp,
38 createFix,
39 createGcd,
40 createLog10,
41 createMod,
42 createMultiply,
43 createSqrt,
44 createSubtract,
45 createDivideScalar,
46 createLog,
47 createAdd,
48 createDivide,
49 createBitNot,
50 createBitXor,
51 createRightArithShift,
52 createAnd,
53 createOr,
54 createIndex,
55 createSubset,
56 createGamma,
57 createAcosh,
58 createAcoth,
59 createAcsch,
60 createAsech,
61 createAsinh,
62 createAtan2,
63 createCos,
64 createCot,
65 createCsc,
66 createSec,
67 createSin,
68 createTan,
69 createIsInteger,
70 createIsPositive,
71 createIsNaN,
72 createResultSet,
73 createRound,
74 createLN2,
75 createNull,
76 createSQRT2,
77 createNumber,
78 createApply,
79 createFactorial,
80 createPermutations,
81 createEqualScalar,
82 createEqual,
83 createSmallerEq,
84 createDeepEqual,
85 createProd,
86 createSum,
87 createVariance,
88 createStd,
89 createIsPrime,
90 createUnaryMinus,
91 createCbrt,
92 createExpm1,
93 createLcm,
94 createMultiplyScalar,
95 createSquare,
96 createPow,
97 createNorm,
98 createBitOr,
99 createRightLogShift,
100 createXor,
101 createCombinations,
102 createAcot,
103 createAsec,
104 createAtan,
105 createCosh,
106 createCsch,
107 createSinh,
108 createIsNegative,
109 createStirlingS2,
110 createCatalan,
111 createInfinity,
112 createPi,
113 createTrue,
114 createForEach,
115 createMultinomial,
116 createCompareNatural,
117 createLargerEq,
118 createMin,
119 createPrint,
120 createNumeric,
121 createCube,
122 createLog2,
123 createXgcd,
124 createBitAnd,
125 createNot,
126 createAcos,
127 createAsin,
128 createCoth,
129 createTanh,
130 createBellNumbers,
131 createLOG2E,
132 createBoolean,
133 createRandom,
134 createUnequal,
135 createMean,
136 createIsNumeric,
137 createAbs,
138 createSign,
139 createLeftShift,
140 createAcsc,
141 createSech,
142 createHypot,
143 createPartitionSelect,
144 createMode,
145 createQuantileSeq,
146 createHasNumericValue,
147 createLog1p,
148 createAtanh,
149 createComposition,
150 createMedian,
151 createFloor,
152 createIsZero,
153 createEqualText,
154 createMatrix,
155 createRange,
156 createMad,
157 createSize
158} from '../factoriesNumber'
159
160export const typed = /* #__PURE__ */ createTyped({})
161export const Range = /* #__PURE__ */ createRangeClass({})
162export const nthRoot = /* #__PURE__ */ createNthRoot({ typed })
163export const e = /* #__PURE__ */ createE({ config })
164export const _false = /* #__PURE__ */ createFalse({})
165export const LN10 = /* #__PURE__ */ createLN10({ config })
166export const LOG10E = /* #__PURE__ */ createLOG10E({ config })
167export const _NaN = /* #__PURE__ */ createNaN({ config })
168export const phi = /* #__PURE__ */ createPhi({ config })
169export const SQRT1_2 = /* #__PURE__ */ createSQRT1_2({ config })
170export const tau = /* #__PURE__ */ createTau({ config })
171export const version = /* #__PURE__ */ createVersion({})
172export const string = /* #__PURE__ */ createString({ typed })
173export const filter = /* #__PURE__ */ createFilter({ typed })
174export const map = /* #__PURE__ */ createMap({ typed })
175export const combinationsWithRep = /* #__PURE__ */ createCombinationsWithRep({ typed })
176export const pickRandom = /* #__PURE__ */ createPickRandom({ config, typed })
177export const randomInt = /* #__PURE__ */ createRandomInt({ config, typed })
178export const compare = /* #__PURE__ */ createCompare({ config, typed })
179export const compareText = /* #__PURE__ */ createCompareText({ typed })
180export const smaller = /* #__PURE__ */ createSmaller({ config, typed })
181export const larger = /* #__PURE__ */ createLarger({ config, typed })
182export const erf = /* #__PURE__ */ createErf({ typed })
183export const max = /* #__PURE__ */ createMax({ larger, typed })
184export const format = /* #__PURE__ */ createFormat({ typed })
185export const clone = /* #__PURE__ */ createClone({ typed })
186export const typeOf = /* #__PURE__ */ createTypeOf({ typed })
187export const unaryPlus = /* #__PURE__ */ createUnaryPlus({ typed })
188export const addScalar = /* #__PURE__ */ createAddScalar({ typed })
189export const ceil = /* #__PURE__ */ createCeil({ typed })
190export const exp = /* #__PURE__ */ createExp({ typed })
191export const fix = /* #__PURE__ */ createFix({ typed })
192export const gcd = /* #__PURE__ */ createGcd({ typed })
193export const log10 = /* #__PURE__ */ createLog10({ typed })
194export const mod = /* #__PURE__ */ createMod({ typed })
195export const multiply = /* #__PURE__ */ createMultiply({ typed })
196export const sqrt = /* #__PURE__ */ createSqrt({ typed })
197export const subtract = /* #__PURE__ */ createSubtract({ typed })
198export const divideScalar = /* #__PURE__ */ createDivideScalar({ typed })
199export const log = /* #__PURE__ */ createLog({ typed })
200export const add = /* #__PURE__ */ createAdd({ typed })
201export const divide = /* #__PURE__ */ createDivide({ typed })
202export const bitNot = /* #__PURE__ */ createBitNot({ typed })
203export const bitXor = /* #__PURE__ */ createBitXor({ typed })
204export const rightArithShift = /* #__PURE__ */ createRightArithShift({ typed })
205export const and = /* #__PURE__ */ createAnd({ typed })
206export const or = /* #__PURE__ */ createOr({ typed })
207export const index = /* #__PURE__ */ createIndex({})
208export const subset = /* #__PURE__ */ createSubset({})
209export const gamma = /* #__PURE__ */ createGamma({ typed })
210export const acosh = /* #__PURE__ */ createAcosh({ typed })
211export const acoth = /* #__PURE__ */ createAcoth({ typed })
212export const acsch = /* #__PURE__ */ createAcsch({ typed })
213export const asech = /* #__PURE__ */ createAsech({ typed })
214export const asinh = /* #__PURE__ */ createAsinh({ typed })
215export const atan2 = /* #__PURE__ */ createAtan2({ typed })
216export const cos = /* #__PURE__ */ createCos({ typed })
217export const cot = /* #__PURE__ */ createCot({ typed })
218export const csc = /* #__PURE__ */ createCsc({ typed })
219export const sec = /* #__PURE__ */ createSec({ typed })
220export const sin = /* #__PURE__ */ createSin({ typed })
221export const tan = /* #__PURE__ */ createTan({ typed })
222export const isInteger = /* #__PURE__ */ createIsInteger({ typed })
223export const isPositive = /* #__PURE__ */ createIsPositive({ typed })
224export const isNaN = /* #__PURE__ */ createIsNaN({ typed })
225export const ResultSet = /* #__PURE__ */ createResultSet({})
226export const round = /* #__PURE__ */ createRound({ typed })
227export const LN2 = /* #__PURE__ */ createLN2({ config })
228export const _null = /* #__PURE__ */ createNull({})
229export const SQRT2 = /* #__PURE__ */ createSQRT2({ config })
230export const number = /* #__PURE__ */ createNumber({ typed })
231export const apply = /* #__PURE__ */ createApply({ isInteger, typed })
232export const factorial = /* #__PURE__ */ createFactorial({ gamma, typed })
233export const permutations = /* #__PURE__ */ createPermutations({ factorial, typed })
234export const equalScalar = /* #__PURE__ */ createEqualScalar({ config, typed })
235export const equal = /* #__PURE__ */ createEqual({ equalScalar, typed })
236export const smallerEq = /* #__PURE__ */ createSmallerEq({ config, typed })
237export const deepEqual = /* #__PURE__ */ createDeepEqual({ equal, typed })
238export const prod = /* #__PURE__ */ createProd({ multiply, typed })
239export const sum = /* #__PURE__ */ createSum({ add, config, typed })
240export const variance = /* #__PURE__ */ createVariance({ add, apply, divide, isNaN, multiply, subtract, typed })
241export const std = /* #__PURE__ */ createStd({ sqrt, typed, variance })
242export const isPrime = /* #__PURE__ */ createIsPrime({ typed })
243export const unaryMinus = /* #__PURE__ */ createUnaryMinus({ typed })
244export const cbrt = /* #__PURE__ */ createCbrt({ typed })
245export const expm1 = /* #__PURE__ */ createExpm1({ typed })
246export const lcm = /* #__PURE__ */ createLcm({ typed })
247export const multiplyScalar = /* #__PURE__ */ createMultiplyScalar({ typed })
248export const square = /* #__PURE__ */ createSquare({ typed })
249export const pow = /* #__PURE__ */ createPow({ typed })
250export const norm = /* #__PURE__ */ createNorm({ typed })
251export const bitOr = /* #__PURE__ */ createBitOr({ typed })
252export const rightLogShift = /* #__PURE__ */ createRightLogShift({ typed })
253export const xor = /* #__PURE__ */ createXor({ typed })
254export const combinations = /* #__PURE__ */ createCombinations({ typed })
255export const acot = /* #__PURE__ */ createAcot({ typed })
256export const asec = /* #__PURE__ */ createAsec({ typed })
257export const atan = /* #__PURE__ */ createAtan({ typed })
258export const cosh = /* #__PURE__ */ createCosh({ typed })
259export const csch = /* #__PURE__ */ createCsch({ typed })
260export const sinh = /* #__PURE__ */ createSinh({ typed })
261export const isNegative = /* #__PURE__ */ createIsNegative({ typed })
262export const stirlingS2 = /* #__PURE__ */ createStirlingS2({ addScalar, combinations, divideScalar, factorial, isInteger, isNegative, larger, multiplyScalar, pow, subtract, typed })
263export const catalan = /* #__PURE__ */ createCatalan({ addScalar, combinations, divideScalar, isInteger, isNegative, multiplyScalar, typed })
264export const _Infinity = /* #__PURE__ */ createInfinity({ config })
265export const pi = /* #__PURE__ */ createPi({ config })
266export const _true = /* #__PURE__ */ createTrue({})
267export const forEach = /* #__PURE__ */ createForEach({ typed })
268export const multinomial = /* #__PURE__ */ createMultinomial({ add, divide, factorial, isInteger, isPositive, multiply, typed })
269export const compareNatural = /* #__PURE__ */ createCompareNatural({ compare, typed })
270export const largerEq = /* #__PURE__ */ createLargerEq({ config, typed })
271export const min = /* #__PURE__ */ createMin({ smaller, typed })
272export const print = /* #__PURE__ */ createPrint({ typed })
273export const numeric = /* #__PURE__ */ createNumeric({ number })
274export const cube = /* #__PURE__ */ createCube({ typed })
275export const log2 = /* #__PURE__ */ createLog2({ typed })
276export const xgcd = /* #__PURE__ */ createXgcd({ typed })
277export const bitAnd = /* #__PURE__ */ createBitAnd({ typed })
278export const not = /* #__PURE__ */ createNot({ typed })
279export const acos = /* #__PURE__ */ createAcos({ typed })
280export const asin = /* #__PURE__ */ createAsin({ typed })
281export const coth = /* #__PURE__ */ createCoth({ typed })
282export const tanh = /* #__PURE__ */ createTanh({ typed })
283export const bellNumbers = /* #__PURE__ */ createBellNumbers({ addScalar, isInteger, isNegative, stirlingS2, typed })
284export const LOG2E = /* #__PURE__ */ createLOG2E({ config })
285export const boolean = /* #__PURE__ */ createBoolean({ typed })
286export const random = /* #__PURE__ */ createRandom({ config, typed })
287export const unequal = /* #__PURE__ */ createUnequal({ equalScalar, typed })
288export const mean = /* #__PURE__ */ createMean({ add, divide, typed })
289export const isNumeric = /* #__PURE__ */ createIsNumeric({ typed })
290export const abs = /* #__PURE__ */ createAbs({ typed })
291export const sign = /* #__PURE__ */ createSign({ typed })
292export const leftShift = /* #__PURE__ */ createLeftShift({ typed })
293export const acsc = /* #__PURE__ */ createAcsc({ typed })
294export const sech = /* #__PURE__ */ createSech({ typed })
295export const hypot = /* #__PURE__ */ createHypot({ abs, addScalar, divideScalar, isPositive, multiplyScalar, smaller, sqrt, typed })
296export const partitionSelect = /* #__PURE__ */ createPartitionSelect({ compare, isNaN, isNumeric, typed })
297export const mode = /* #__PURE__ */ createMode({ isNaN, isNumeric, typed })
298export const quantileSeq = /* #__PURE__ */ createQuantileSeq({ add, compare, multiply, partitionSelect, typed })
299export const hasNumericValue = /* #__PURE__ */ createHasNumericValue({ isNumeric, typed })
300export const log1p = /* #__PURE__ */ createLog1p({ typed })
301export const atanh = /* #__PURE__ */ createAtanh({ typed })
302export const composition = /* #__PURE__ */ createComposition({ addScalar, combinations, isInteger, isNegative, isPositive, larger, typed })
303export const median = /* #__PURE__ */ createMedian({ add, compare, divide, partitionSelect, typed })
304export const floor = /* #__PURE__ */ createFloor({ typed })
305export const isZero = /* #__PURE__ */ createIsZero({ typed })
306export const equalText = /* #__PURE__ */ createEqualText({ compareText, isZero, typed })
307export const matrix = /* #__PURE__ */ createMatrix({})
308export const range = /* #__PURE__ */ createRange({ matrix, config, larger, largerEq, smaller, smallerEq, typed })
309export const mad = /* #__PURE__ */ createMad({ abs, map, median, subtract, typed })
310export const size = /* #__PURE__ */ createSize({ matrix, config, typed })