Skip to content

Commit 139b04f

Browse files
committed
Add appropriate range for fast_exp
1 parent 2e632ad commit 139b04f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ impl AnxiousState {
5252
// compile time and emits the array as a literal. Adjust START/END/STEPS
5353
// here to regenerate the table.
5454
exp_lut_macro::exp_lut_macro!(
55-
start: -50.0,
56-
end: 50.0,
55+
start: -12.0,
56+
end: 12.0,
5757
steps: 10000
5858
);
5959

0 commit comments

Comments
 (0)