From 143443bb7886b687c68ecc92c10afbbfffaf290d Mon Sep 17 00:00:00 2001 From: Oso Oluwafemi Date: Fri, 14 Jul 2017 10:29:06 +0100 Subject: [PATCH] Add files via upload --- documentation/cos.md | 2 +- documentation/list_constants.md | 3 +-- documentation/sin.md | 2 +- documentation/tan.md | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) 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");