Skip to content

Commit bfc53b4

Browse files
committed
Update to #99
1 parent bfdf9b9 commit bfc53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a list of RELEASED changes for the DeciMojo Package.
66

77
### ⭐️ New
88

9-
1. Introduce trigonometric functions for `BigDecimal`: `sin()`, `cos()`. These functions compute the corresponding trigonometric values of a given angle in radians with arbitrary precision (#96).
9+
1. Introduce trigonometric functions for `BigDecimal`: `sin()`, `cos()`, `tan()`, `cot()`, `csc()`, `sec()`. These functions compute the corresponding trigonometric values of a given angle in radians with arbitrary precision (#96, #99).
1010
1. Introduce the function `pi()` for `BigDecimal` to compute the value of π (pi) with arbitrary precision with the Chudnovsky algorithm with binary splitting (#95).
1111

1212
### 🦋 Changed

0 commit comments

Comments
 (0)