Skip to content

Commit f05f15d

Browse files
Deploying to gh-pages from @ 97bbd63 🚀
1 parent c3c62b1 commit f05f15d

10 files changed

Lines changed: 496 additions & 480 deletions

File tree

news/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
and consistency
4646
([\#180](https://github.com/r-lib/bit64/issues/180)).
4747

48+
5. `^.integer64` with integer or integer64 exponent now calculates the
49+
power precisely and returns an overflow warning, if an overflow
50+
appears ([\#288](https://github.com/r-lib/bit64/issues/288)).
51+
4852
### NOTES
4953

5054
1. The R version dependency has been bumped from 3.5.0 (2018) to 3.6.0

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 3.8.3
22
pkgdown: 2.2.1
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2026-08-16T18:04Z
5+
last_built: 2026-08-17T06:55Z
66
urls:
77
reference: https://bit64.r-lib.org/reference
88
article: https://bit64.r-lib.org/articles

reference/benchmark64.html

Lines changed: 238 additions & 238 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/benchmark64.md

Lines changed: 238 additions & 238 deletions
Large diffs are not rendered by default.

reference/ops64.html

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/ops64.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ e1 | e2
8282
[`^`](https://rdrr.io/r/base/Arithmetic.html) return a vector of class
8383
'integer64' or different class depending on the operands
8484

85+
## Details
86+
87+
[`^`](https://rdrr.io/r/base/Arithmetic.html) with 'integer' or
88+
'integer64' exponent now calculates the power precisely and returns an
89+
overflow warning, if an overflow appears.
90+
8591
## See also
8692

8793
[`integer64()`](https://bit64.r-lib.org/reference/bit64-package.md)

reference/sortnut.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/sortnut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,6 @@ fastest algorithm.
10421042
#> }
10431043
#> ret
10441044
#> }
1045-
#> <bytecode: 0x55facdb9fef0>
1045+
#> <bytecode: 0x55d90fb79190>
10461046
#> <environment: namespace:bit64>
10471047
```

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)