mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-10 17:25:19 +00:00
Modify precision of NaiveNumber. Fix factorial to work with 0./a.exe Add function to get nth term of the exp Maclaurin series.
This commit is contained in:
@@ -29,7 +29,7 @@ public class NaiveNumber implements NumberInterface {
|
||||
|
||||
@Override
|
||||
public int precision() {
|
||||
return 4;
|
||||
return 10;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user