diff --git a/documentation/cos.md b/documentation/cos.md index 2238b42..56ee012 100644 --- a/documentation/cos.md +++ b/documentation/cos.md @@ -22,7 +22,7 @@ A BigArith object with its value equals to the cosine of the given angle. ### Description There is no method function for `cos()` so it should ALWAYS be used as a static member function `BigArith.cos()`. -The returned result is the cosine of the angle (given in degress) to 200 decimal places. +The returned result is the cosine of the angle (given in degrees) to 200 decimal places. ### Examples diff --git a/documentation/list_constants.md b/documentation/list_constants.md index 1075884..90e67ad 100644 --- a/documentation/list_constants.md +++ b/documentation/list_constants.md @@ -7,8 +7,7 @@ Here is a updated list of constants predefined in BigArith.js ConstantDescriptionValue (to 200 decimal places)Usage - PI pi 3.1415926535897932384...196var ba = new BigArith("PI"); - + PI pi 3.14159265358979323846...196var ba = new BigArith("PI");