-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
97 lines (96 loc) · 3.69 KB
/
NAMESPACE
File metadata and controls
97 lines (96 loc) · 3.69 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
S3method("<",bignum_vctr)
S3method("<=",bignum_vctr)
S3method(">",bignum_vctr)
S3method(">=",bignum_vctr)
S3method(as.character,bignum_bigfloat)
S3method(as.character,bignum_biginteger)
S3method(as.double,bignum_bigfloat)
S3method(as.double,bignum_biginteger)
S3method(as.integer,bignum_bigfloat)
S3method(as.integer,bignum_biginteger)
S3method(as.logical,bignum_bigfloat)
S3method(as.logical,bignum_biginteger)
S3method(as_bigfloat,character)
S3method(as_bigfloat,default)
S3method(as_biginteger,character)
S3method(as_biginteger,default)
S3method(cnd_body,bignum_warning_cast_lossy)
S3method(cnd_footer,bignum_warning_cast_lossy)
S3method(cnd_header,bignum_warning_cast_lossy)
S3method(conditionMessage,bignum_warning_cast_lossy)
S3method(format,bignum_bigfloat)
S3method(format,bignum_biginteger)
S3method(format,pillar_shaft_bignum)
S3method(is.na,bignum_bigfloat)
S3method(seq,bignum_vctr)
S3method(vec_arith,bignum_biginteger)
S3method(vec_arith,bignum_vctr)
S3method(vec_arith.bignum_biginteger,bignum_biginteger)
S3method(vec_arith.bignum_biginteger,default)
S3method(vec_arith.bignum_biginteger,numeric)
S3method(vec_arith.bignum_vctr,MISSING)
S3method(vec_arith.bignum_vctr,bignum_vctr)
S3method(vec_arith.bignum_vctr,default)
S3method(vec_arith.bignum_vctr,numeric)
S3method(vec_arith.numeric,bignum_biginteger)
S3method(vec_arith.numeric,bignum_vctr)
S3method(vec_cast,bignum_bigfloat.bignum_bigfloat)
S3method(vec_cast,bignum_bigfloat.bignum_biginteger)
S3method(vec_cast,bignum_bigfloat.character)
S3method(vec_cast,bignum_bigfloat.double)
S3method(vec_cast,bignum_bigfloat.integer)
S3method(vec_cast,bignum_bigfloat.logical)
S3method(vec_cast,bignum_biginteger.bignum_bigfloat)
S3method(vec_cast,bignum_biginteger.bignum_biginteger)
S3method(vec_cast,bignum_biginteger.character)
S3method(vec_cast,bignum_biginteger.double)
S3method(vec_cast,bignum_biginteger.integer)
S3method(vec_cast,bignum_biginteger.logical)
S3method(vec_cast,character.bignum_bigfloat)
S3method(vec_cast,character.bignum_biginteger)
S3method(vec_cast,double.bignum_bigfloat)
S3method(vec_cast,double.bignum_biginteger)
S3method(vec_cast,integer.bignum_bigfloat)
S3method(vec_cast,integer.bignum_biginteger)
S3method(vec_cast,logical.bignum_bigfloat)
S3method(vec_cast,logical.bignum_biginteger)
S3method(vec_math,bignum_bigfloat)
S3method(vec_math,bignum_biginteger)
S3method(vec_proxy_compare,bignum_vctr)
S3method(vec_proxy_order,bignum_bigfloat)
S3method(vec_proxy_order,bignum_biginteger)
S3method(vec_ptype2,bignum_bigfloat.bignum_bigfloat)
S3method(vec_ptype2,bignum_bigfloat.bignum_biginteger)
S3method(vec_ptype2,bignum_bigfloat.double)
S3method(vec_ptype2,bignum_bigfloat.integer)
S3method(vec_ptype2,bignum_bigfloat.logical)
S3method(vec_ptype2,bignum_biginteger.bignum_bigfloat)
S3method(vec_ptype2,bignum_biginteger.bignum_biginteger)
S3method(vec_ptype2,bignum_biginteger.double)
S3method(vec_ptype2,bignum_biginteger.integer)
S3method(vec_ptype2,bignum_biginteger.logical)
S3method(vec_ptype2,double.bignum_bigfloat)
S3method(vec_ptype2,double.bignum_biginteger)
S3method(vec_ptype2,integer.bignum_bigfloat)
S3method(vec_ptype2,integer.bignum_biginteger)
S3method(vec_ptype2,logical.bignum_bigfloat)
S3method(vec_ptype2,logical.bignum_biginteger)
S3method(vec_ptype_abbr,bignum_bigfloat)
S3method(vec_ptype_abbr,bignum_biginteger)
S3method(vec_ptype_full,bignum_bigfloat)
S3method(vec_ptype_full,bignum_biginteger)
export(NA_bigfloat_)
export(NA_biginteger_)
export(as_bigfloat)
export(as_biginteger)
export(bigfloat)
export(biginteger)
export(bigpi)
export(is_bigfloat)
export(is_biginteger)
export(vec_arith.bignum_biginteger)
export(vec_arith.bignum_vctr)
import(rlang)
import(vctrs)
useDynLib(bignum, .registration = TRUE)