From a9bfc6289e42d0fff9bceee91762823cca74cfef Mon Sep 17 00:00:00 2001 From: kmdrGroch Date: Wed, 18 Dec 2019 21:36:53 +0000 Subject: [PATCH] version 2.0.0 --- docs/assets/js/search.js | 2 +- docs/classes/_src_bigmath_.bigmath.html | 7370 +++++++++++++++++ docs/classes/_src_util_.domainerror.html | 5 +- docs/globals.html | 4 + docs/index.html | 3 + docs/interfaces/_src_bigmath_.config.html | 237 + .../_src_interfaces_.bignumber.html | 9 +- docs/modules/_index_.html | 3 + docs/modules/_src_basic_.html | 38 +- docs/modules/_src_bigmath_.html | 239 + docs/modules/_src_bitoperations_.html | 15 +- docs/modules/_src_comparison_.html | 15 +- docs/modules/_src_constants_.html | 35 +- docs/modules/_src_interfaces_.html | 9 +- docs/modules/_src_other_.html | 13 +- docs/modules/_src_trigonometry_.html | 111 +- docs/modules/_src_util_.html | 25 +- index.ts | 133 +- package.json | 2 +- src/BigMath.ts | 1052 +++ src/basic.ts | 40 +- src/constants.ts | 6 - src/interfaces.ts | 4 +- src/other.ts | 26 +- src/trigonometry.ts | 30 +- src/util.ts | 12 +- test/bm.spec.ts | 669 +- 27 files changed, 9557 insertions(+), 550 deletions(-) create mode 100644 docs/classes/_src_bigmath_.bigmath.html create mode 100644 docs/interfaces/_src_bigmath_.config.html create mode 100644 docs/modules/_src_bigmath_.html create mode 100644 src/BigMath.ts diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 6388c08..0b6620f 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"1":"External module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"src/interfaces\"","url":"modules/_src_interfaces_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"BigNumber","url":"interfaces/_src_interfaces_.bignumber.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"src/interfaces\""},{"id":2,"kind":1024,"name":"comma","url":"interfaces/_src_interfaces_.bignumber.html#comma","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":3,"kind":1024,"name":"number","url":"interfaces/_src_interfaces_.bignumber.html#number","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":4,"kind":1024,"name":"sign","url":"interfaces/_src_interfaces_.bignumber.html#sign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":5,"kind":4194304,"name":"TypeName","url":"modules/_src_interfaces_.html#typename","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"src/interfaces\""},{"id":6,"kind":4194304,"name":"T","url":"modules/_src_interfaces_.html#t","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"src/interfaces\""},{"id":7,"kind":1,"name":"\"src/util\"","url":"modules/_src_util_.html","classes":"tsd-kind-external-module"},{"id":8,"kind":128,"name":"DomainError","url":"classes/_src_util_.domainerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":9,"kind":512,"name":"constructor","url":"classes/_src_util_.domainerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/util\".DomainError"},{"id":10,"kind":1024,"name":"name","url":"classes/_src_util_.domainerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":11,"kind":1024,"name":"message","url":"classes/_src_util_.domainerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":12,"kind":1024,"name":"stack","url":"classes/_src_util_.domainerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":13,"kind":1024,"name":"RangeError","url":"classes/_src_util_.domainerror.html#rangeerror","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/util\".DomainError"},{"id":14,"kind":64,"name":"normalize","url":"modules/_src_util_.html#normalize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":15,"kind":64,"name":"stringify","url":"modules/_src_util_.html#stringify","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":16,"kind":64,"name":"round","url":"modules/_src_util_.html#round","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":17,"kind":64,"name":"floor","url":"modules/_src_util_.html#floor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":18,"kind":64,"name":"ceil","url":"modules/_src_util_.html#ceil","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":19,"kind":64,"name":"abs","url":"modules/_src_util_.html#abs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":20,"kind":64,"name":"isInteger","url":"modules/_src_util_.html#isinteger","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":21,"kind":64,"name":"trim","url":"modules/_src_util_.html#trim","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":22,"kind":64,"name":"finalize","url":"modules/_src_util_.html#finalize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":23,"kind":1,"name":"\"src/comparison\"","url":"modules/_src_comparison_.html","classes":"tsd-kind-external-module"},{"id":24,"kind":64,"name":"gte","url":"modules/_src_comparison_.html#gte","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":25,"kind":64,"name":"lte","url":"modules/_src_comparison_.html#lte","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":26,"kind":64,"name":"gt","url":"modules/_src_comparison_.html#gt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":27,"kind":64,"name":"lt","url":"modules/_src_comparison_.html#lt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":28,"kind":64,"name":"eq","url":"modules/_src_comparison_.html#eq","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":29,"kind":64,"name":"neq","url":"modules/_src_comparison_.html#neq","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":30,"kind":1,"name":"\"src/constants\"","url":"modules/_src_constants_.html","classes":"tsd-kind-external-module"},{"id":31,"kind":32,"name":"ErrorConst","url":"modules/_src_constants_.html#errorconst","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":32,"kind":32,"name":"LOG10","url":"modules/_src_constants_.html#log10","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":33,"kind":32,"name":"LOG2","url":"modules/_src_constants_.html#log2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":34,"kind":32,"name":"PI2","url":"modules/_src_constants_.html#pi2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":35,"kind":32,"name":"PI","url":"modules/_src_constants_.html#pi","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":36,"kind":32,"name":"E","url":"modules/_src_constants_.html#e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":37,"kind":32,"name":"SQRT2","url":"modules/_src_constants_.html#sqrt2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":38,"kind":32,"name":"LOG10E","url":"modules/_src_constants_.html#log10e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":39,"kind":32,"name":"LOG2E","url":"modules/_src_constants_.html#log2e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":40,"kind":32,"name":"SQRT1_2","url":"modules/_src_constants_.html#sqrt1_2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":41,"kind":1,"name":"\"src/trigonometry\"","url":"modules/_src_trigonometry_.html","classes":"tsd-kind-external-module"},{"id":42,"kind":64,"name":"sin","url":"modules/_src_trigonometry_.html#sin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":43,"kind":64,"name":"cos","url":"modules/_src_trigonometry_.html#cos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":44,"kind":64,"name":"tan","url":"modules/_src_trigonometry_.html#tan","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":45,"kind":64,"name":"cot","url":"modules/_src_trigonometry_.html#cot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":46,"kind":64,"name":"sec","url":"modules/_src_trigonometry_.html#sec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":47,"kind":64,"name":"csc","url":"modules/_src_trigonometry_.html#csc","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":48,"kind":64,"name":"asin","url":"modules/_src_trigonometry_.html#asin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":49,"kind":64,"name":"acos","url":"modules/_src_trigonometry_.html#acos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":50,"kind":64,"name":"atan","url":"modules/_src_trigonometry_.html#atan","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":51,"kind":64,"name":"atan2","url":"modules/_src_trigonometry_.html#atan2","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":52,"kind":64,"name":"acot","url":"modules/_src_trigonometry_.html#acot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":53,"kind":64,"name":"asec","url":"modules/_src_trigonometry_.html#asec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":54,"kind":64,"name":"acsc","url":"modules/_src_trigonometry_.html#acsc","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":55,"kind":64,"name":"sinh","url":"modules/_src_trigonometry_.html#sinh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":56,"kind":64,"name":"cosh","url":"modules/_src_trigonometry_.html#cosh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":57,"kind":64,"name":"tanh","url":"modules/_src_trigonometry_.html#tanh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":58,"kind":64,"name":"coth","url":"modules/_src_trigonometry_.html#coth","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":59,"kind":64,"name":"sech","url":"modules/_src_trigonometry_.html#sech","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":60,"kind":64,"name":"csch","url":"modules/_src_trigonometry_.html#csch","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":61,"kind":64,"name":"asinh","url":"modules/_src_trigonometry_.html#asinh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":62,"kind":64,"name":"acosh","url":"modules/_src_trigonometry_.html#acosh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":63,"kind":64,"name":"atanh","url":"modules/_src_trigonometry_.html#atanh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":64,"kind":64,"name":"acoth","url":"modules/_src_trigonometry_.html#acoth","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":65,"kind":64,"name":"asech","url":"modules/_src_trigonometry_.html#asech","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":66,"kind":64,"name":"acsch","url":"modules/_src_trigonometry_.html#acsch","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":67,"kind":64,"name":"versin","url":"modules/_src_trigonometry_.html#versin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":68,"kind":64,"name":"vercosin","url":"modules/_src_trigonometry_.html#vercosin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":69,"kind":64,"name":"coversin","url":"modules/_src_trigonometry_.html#coversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":70,"kind":64,"name":"covercosin","url":"modules/_src_trigonometry_.html#covercosin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":71,"kind":64,"name":"haversin","url":"modules/_src_trigonometry_.html#haversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":72,"kind":64,"name":"havercosin","url":"modules/_src_trigonometry_.html#havercosin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":73,"kind":64,"name":"hacoversin","url":"modules/_src_trigonometry_.html#hacoversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":74,"kind":64,"name":"hacovercosin","url":"modules/_src_trigonometry_.html#hacovercosin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":75,"kind":64,"name":"gd","url":"modules/_src_trigonometry_.html#gd","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":76,"kind":1,"name":"\"src/basic\"","url":"modules/_src_basic_.html","classes":"tsd-kind-external-module"},{"id":77,"kind":64,"name":"add","url":"modules/_src_basic_.html#add","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":78,"kind":64,"name":"subtract","url":"modules/_src_basic_.html#subtract","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":79,"kind":64,"name":"multiply","url":"modules/_src_basic_.html#multiply","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":80,"kind":64,"name":"divide","url":"modules/_src_basic_.html#divide","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":81,"kind":64,"name":"ln","url":"modules/_src_basic_.html#ln","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":82,"kind":64,"name":"ln1p","url":"modules/_src_basic_.html#ln1p","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":83,"kind":64,"name":"log10","url":"modules/_src_basic_.html#log10","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":84,"kind":64,"name":"log2","url":"modules/_src_basic_.html#log2","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":85,"kind":64,"name":"power","url":"modules/_src_basic_.html#power","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":86,"kind":64,"name":"sqrt","url":"modules/_src_basic_.html#sqrt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":87,"kind":64,"name":"cbrt","url":"modules/_src_basic_.html#cbrt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":88,"kind":64,"name":"exp","url":"modules/_src_basic_.html#exp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":89,"kind":64,"name":"expm1","url":"modules/_src_basic_.html#expm1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":90,"kind":64,"name":"factorial","url":"modules/_src_basic_.html#factorial","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":91,"kind":64,"name":"gamma","url":"modules/_src_basic_.html#gamma","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":92,"kind":1,"name":"\"src/bitOperations\"","url":"modules/_src_bitoperations_.html","classes":"tsd-kind-external-module"},{"id":93,"kind":64,"name":"bitLeft","url":"modules/_src_bitoperations_.html#bitleft","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":94,"kind":64,"name":"bitRight","url":"modules/_src_bitoperations_.html#bitright","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":95,"kind":64,"name":"bitAND","url":"modules/_src_bitoperations_.html#bitand","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":96,"kind":64,"name":"bitOR","url":"modules/_src_bitoperations_.html#bitor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":97,"kind":64,"name":"bitXOR","url":"modules/_src_bitoperations_.html#bitxor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":98,"kind":64,"name":"bitNOT","url":"modules/_src_bitoperations_.html#bitnot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":99,"kind":1,"name":"\"src/other\"","url":"modules/_src_other_.html","classes":"tsd-kind-external-module"},{"id":100,"kind":64,"name":"AGM","url":"modules/_src_other_.html#agm","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":101,"kind":64,"name":"K","url":"modules/_src_other_.html#k","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":102,"kind":64,"name":"W","url":"modules/_src_other_.html#w","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":103,"kind":64,"name":"XY","url":"modules/_src_other_.html#xy","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":104,"kind":64,"name":"erf","url":"modules/_src_other_.html#erf","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":105,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"src/interfaces\"","url":"modules/_src_interfaces_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"BigNumber","url":"interfaces/_src_interfaces_.bignumber.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"src/interfaces\""},{"id":2,"kind":1024,"name":"comma","url":"interfaces/_src_interfaces_.bignumber.html#comma","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":3,"kind":1024,"name":"number","url":"interfaces/_src_interfaces_.bignumber.html#number","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":4,"kind":1024,"name":"sign","url":"interfaces/_src_interfaces_.bignumber.html#sign","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/interfaces\".BigNumber"},{"id":5,"kind":4194304,"name":"TypeName","url":"modules/_src_interfaces_.html#typename","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"src/interfaces\""},{"id":6,"kind":4194304,"name":"T","url":"modules/_src_interfaces_.html#t","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"src/interfaces\""},{"id":7,"kind":1,"name":"\"src/util\"","url":"modules/_src_util_.html","classes":"tsd-kind-external-module"},{"id":8,"kind":128,"name":"DomainError","url":"classes/_src_util_.domainerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":9,"kind":512,"name":"constructor","url":"classes/_src_util_.domainerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/util\".DomainError"},{"id":10,"kind":1024,"name":"name","url":"classes/_src_util_.domainerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":11,"kind":1024,"name":"message","url":"classes/_src_util_.domainerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":12,"kind":1024,"name":"stack","url":"classes/_src_util_.domainerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/util\".DomainError"},{"id":13,"kind":1024,"name":"RangeError","url":"classes/_src_util_.domainerror.html#rangeerror","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/util\".DomainError"},{"id":14,"kind":64,"name":"normalize","url":"modules/_src_util_.html#normalize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":15,"kind":64,"name":"stringify","url":"modules/_src_util_.html#stringify","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":16,"kind":64,"name":"round","url":"modules/_src_util_.html#round","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":17,"kind":64,"name":"floor","url":"modules/_src_util_.html#floor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":18,"kind":64,"name":"ceil","url":"modules/_src_util_.html#ceil","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":19,"kind":64,"name":"abs","url":"modules/_src_util_.html#abs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":20,"kind":64,"name":"isInteger","url":"modules/_src_util_.html#isinteger","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":21,"kind":64,"name":"trim","url":"modules/_src_util_.html#trim","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":22,"kind":64,"name":"finalize","url":"modules/_src_util_.html#finalize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/util\""},{"id":23,"kind":1,"name":"\"src/comparison\"","url":"modules/_src_comparison_.html","classes":"tsd-kind-external-module"},{"id":24,"kind":64,"name":"gte","url":"modules/_src_comparison_.html#gte","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":25,"kind":64,"name":"lte","url":"modules/_src_comparison_.html#lte","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":26,"kind":64,"name":"gt","url":"modules/_src_comparison_.html#gt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":27,"kind":64,"name":"lt","url":"modules/_src_comparison_.html#lt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":28,"kind":64,"name":"eq","url":"modules/_src_comparison_.html#eq","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":29,"kind":64,"name":"neq","url":"modules/_src_comparison_.html#neq","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/comparison\""},{"id":30,"kind":1,"name":"\"src/constants\"","url":"modules/_src_constants_.html","classes":"tsd-kind-external-module"},{"id":31,"kind":32,"name":"LOG10","url":"modules/_src_constants_.html#log10","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":32,"kind":32,"name":"LOG2","url":"modules/_src_constants_.html#log2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":33,"kind":32,"name":"PI2","url":"modules/_src_constants_.html#pi2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":34,"kind":32,"name":"PI","url":"modules/_src_constants_.html#pi","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":35,"kind":32,"name":"E","url":"modules/_src_constants_.html#e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":36,"kind":32,"name":"SQRT2","url":"modules/_src_constants_.html#sqrt2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":37,"kind":32,"name":"LOG10E","url":"modules/_src_constants_.html#log10e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":38,"kind":32,"name":"LOG2E","url":"modules/_src_constants_.html#log2e","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":39,"kind":32,"name":"SQRT1_2","url":"modules/_src_constants_.html#sqrt1_2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"src/constants\""},{"id":40,"kind":1,"name":"\"src/trigonometry\"","url":"modules/_src_trigonometry_.html","classes":"tsd-kind-external-module"},{"id":41,"kind":64,"name":"sin","url":"modules/_src_trigonometry_.html#sin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":42,"kind":64,"name":"cos","url":"modules/_src_trigonometry_.html#cos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":43,"kind":64,"name":"tan","url":"modules/_src_trigonometry_.html#tan","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":44,"kind":64,"name":"cot","url":"modules/_src_trigonometry_.html#cot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":45,"kind":64,"name":"sec","url":"modules/_src_trigonometry_.html#sec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":46,"kind":64,"name":"csc","url":"modules/_src_trigonometry_.html#csc","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":47,"kind":64,"name":"asin","url":"modules/_src_trigonometry_.html#asin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":48,"kind":64,"name":"acos","url":"modules/_src_trigonometry_.html#acos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":49,"kind":64,"name":"atan","url":"modules/_src_trigonometry_.html#atan","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":50,"kind":64,"name":"atan2","url":"modules/_src_trigonometry_.html#atan2","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":51,"kind":64,"name":"acot","url":"modules/_src_trigonometry_.html#acot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":52,"kind":64,"name":"asec","url":"modules/_src_trigonometry_.html#asec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":53,"kind":64,"name":"acsc","url":"modules/_src_trigonometry_.html#acsc","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":54,"kind":64,"name":"sinh","url":"modules/_src_trigonometry_.html#sinh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":55,"kind":64,"name":"cosh","url":"modules/_src_trigonometry_.html#cosh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":56,"kind":64,"name":"tanh","url":"modules/_src_trigonometry_.html#tanh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":57,"kind":64,"name":"coth","url":"modules/_src_trigonometry_.html#coth","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":58,"kind":64,"name":"sech","url":"modules/_src_trigonometry_.html#sech","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":59,"kind":64,"name":"csch","url":"modules/_src_trigonometry_.html#csch","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":60,"kind":64,"name":"asinh","url":"modules/_src_trigonometry_.html#asinh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":61,"kind":64,"name":"acosh","url":"modules/_src_trigonometry_.html#acosh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":62,"kind":64,"name":"atanh","url":"modules/_src_trigonometry_.html#atanh","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":63,"kind":64,"name":"acoth","url":"modules/_src_trigonometry_.html#acoth","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":64,"kind":64,"name":"asech","url":"modules/_src_trigonometry_.html#asech","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":65,"kind":64,"name":"acsch","url":"modules/_src_trigonometry_.html#acsch","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":66,"kind":64,"name":"versin","url":"modules/_src_trigonometry_.html#versin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":67,"kind":64,"name":"vercos","url":"modules/_src_trigonometry_.html#vercos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":68,"kind":64,"name":"coversin","url":"modules/_src_trigonometry_.html#coversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":69,"kind":64,"name":"covercos","url":"modules/_src_trigonometry_.html#covercos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":70,"kind":64,"name":"haversin","url":"modules/_src_trigonometry_.html#haversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":71,"kind":64,"name":"havercos","url":"modules/_src_trigonometry_.html#havercos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":72,"kind":64,"name":"hacoversin","url":"modules/_src_trigonometry_.html#hacoversin","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":73,"kind":64,"name":"hacovercos","url":"modules/_src_trigonometry_.html#hacovercos","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":74,"kind":64,"name":"gd","url":"modules/_src_trigonometry_.html#gd","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/trigonometry\""},{"id":75,"kind":1,"name":"\"src/basic\"","url":"modules/_src_basic_.html","classes":"tsd-kind-external-module"},{"id":76,"kind":64,"name":"add","url":"modules/_src_basic_.html#add","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":77,"kind":64,"name":"subtract","url":"modules/_src_basic_.html#subtract","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":78,"kind":64,"name":"multiply","url":"modules/_src_basic_.html#multiply","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":79,"kind":64,"name":"divide","url":"modules/_src_basic_.html#divide","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":80,"kind":64,"name":"ln","url":"modules/_src_basic_.html#ln","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":81,"kind":64,"name":"ln1p","url":"modules/_src_basic_.html#ln1p","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":82,"kind":64,"name":"log10","url":"modules/_src_basic_.html#log10","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":83,"kind":64,"name":"log2","url":"modules/_src_basic_.html#log2","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":84,"kind":64,"name":"power","url":"modules/_src_basic_.html#power","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":85,"kind":64,"name":"sqrt","url":"modules/_src_basic_.html#sqrt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":86,"kind":64,"name":"cbrt","url":"modules/_src_basic_.html#cbrt","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":87,"kind":64,"name":"exp","url":"modules/_src_basic_.html#exp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":88,"kind":64,"name":"expm1","url":"modules/_src_basic_.html#expm1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":89,"kind":64,"name":"factorial","url":"modules/_src_basic_.html#factorial","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":90,"kind":64,"name":"gamma","url":"modules/_src_basic_.html#gamma","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/basic\""},{"id":91,"kind":1,"name":"\"src/bitOperations\"","url":"modules/_src_bitoperations_.html","classes":"tsd-kind-external-module"},{"id":92,"kind":64,"name":"bitLeft","url":"modules/_src_bitoperations_.html#bitleft","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":93,"kind":64,"name":"bitRight","url":"modules/_src_bitoperations_.html#bitright","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":94,"kind":64,"name":"bitAND","url":"modules/_src_bitoperations_.html#bitand","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":95,"kind":64,"name":"bitOR","url":"modules/_src_bitoperations_.html#bitor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":96,"kind":64,"name":"bitXOR","url":"modules/_src_bitoperations_.html#bitxor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":97,"kind":64,"name":"bitNOT","url":"modules/_src_bitoperations_.html#bitnot","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/bitOperations\""},{"id":98,"kind":1,"name":"\"src/other\"","url":"modules/_src_other_.html","classes":"tsd-kind-external-module"},{"id":99,"kind":64,"name":"AGM","url":"modules/_src_other_.html#agm","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":100,"kind":64,"name":"K","url":"modules/_src_other_.html#k","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":101,"kind":64,"name":"W","url":"modules/_src_other_.html#w","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":102,"kind":64,"name":"XY","url":"modules/_src_other_.html#xy","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":103,"kind":64,"name":"erf","url":"modules/_src_other_.html#erf","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"src/other\""},{"id":104,"kind":1,"name":"\"src/BigMath\"","url":"modules/_src_bigmath_.html","classes":"tsd-kind-external-module"},{"id":105,"kind":256,"name":"Config","url":"interfaces/_src_bigmath_.config.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"src/BigMath\""},{"id":106,"kind":1024,"name":"precision","url":"interfaces/_src_bigmath_.config.html#precision","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"src/BigMath\".Config"},{"id":107,"kind":128,"name":"BigMath","url":"classes/_src_bigmath_.bigmath.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"src/BigMath\""},{"id":108,"kind":1024,"name":"number","url":"classes/_src_bigmath_.bigmath.html#number","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/BigMath\".BigMath"},{"id":109,"kind":512,"name":"constructor","url":"classes/_src_bigmath_.bigmath.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":110,"kind":2048,"name":"sum","url":"classes/_src_bigmath_.bigmath.html#sum","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":111,"kind":2048,"name":"add","url":"classes/_src_bigmath_.bigmath.html#add","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":112,"kind":2048,"name":"sum","url":"classes/_src_bigmath_.bigmath.html#sum-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":113,"kind":2048,"name":"add","url":"classes/_src_bigmath_.bigmath.html#add-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":114,"kind":2048,"name":"minus","url":"classes/_src_bigmath_.bigmath.html#minus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":115,"kind":2048,"name":"sub","url":"classes/_src_bigmath_.bigmath.html#sub","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":116,"kind":2048,"name":"minus","url":"classes/_src_bigmath_.bigmath.html#minus-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":117,"kind":2048,"name":"sub","url":"classes/_src_bigmath_.bigmath.html#sub-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":118,"kind":2048,"name":"times","url":"classes/_src_bigmath_.bigmath.html#times","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":119,"kind":2048,"name":"mul","url":"classes/_src_bigmath_.bigmath.html#mul","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":120,"kind":2048,"name":"times","url":"classes/_src_bigmath_.bigmath.html#times-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":121,"kind":2048,"name":"mul","url":"classes/_src_bigmath_.bigmath.html#mul-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":122,"kind":2048,"name":"dividedBy","url":"classes/_src_bigmath_.bigmath.html#dividedby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":123,"kind":2048,"name":"div","url":"classes/_src_bigmath_.bigmath.html#div","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":124,"kind":2048,"name":"dividedBy","url":"classes/_src_bigmath_.bigmath.html#dividedby-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":125,"kind":2048,"name":"div","url":"classes/_src_bigmath_.bigmath.html#div-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":126,"kind":2048,"name":"naturalLogarithm","url":"classes/_src_bigmath_.bigmath.html#naturallogarithm","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":127,"kind":2048,"name":"ln","url":"classes/_src_bigmath_.bigmath.html#ln","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":128,"kind":2048,"name":"naturalLogarithm","url":"classes/_src_bigmath_.bigmath.html#naturallogarithm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":129,"kind":2048,"name":"ln","url":"classes/_src_bigmath_.bigmath.html#ln-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":130,"kind":2048,"name":"naturalLogarithmPlusOne","url":"classes/_src_bigmath_.bigmath.html#naturallogarithmplusone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":131,"kind":2048,"name":"ln1p","url":"classes/_src_bigmath_.bigmath.html#ln1p","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":132,"kind":2048,"name":"naturalLogarithmPlusOne","url":"classes/_src_bigmath_.bigmath.html#naturallogarithmplusone-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":133,"kind":2048,"name":"ln1p","url":"classes/_src_bigmath_.bigmath.html#ln1p-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":134,"kind":2048,"name":"logarithm","url":"classes/_src_bigmath_.bigmath.html#logarithm","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":135,"kind":2048,"name":"log10","url":"classes/_src_bigmath_.bigmath.html#log10-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":136,"kind":2048,"name":"log","url":"classes/_src_bigmath_.bigmath.html#log","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":137,"kind":2048,"name":"logarithm","url":"classes/_src_bigmath_.bigmath.html#logarithm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":138,"kind":2048,"name":"log10","url":"classes/_src_bigmath_.bigmath.html#log10-2","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":139,"kind":2048,"name":"log","url":"classes/_src_bigmath_.bigmath.html#log-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":140,"kind":2048,"name":"logarithmBase2","url":"classes/_src_bigmath_.bigmath.html#logarithmbase2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":141,"kind":2048,"name":"log2","url":"classes/_src_bigmath_.bigmath.html#log2-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":142,"kind":2048,"name":"logarithmBase2","url":"classes/_src_bigmath_.bigmath.html#logarithmbase2-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":143,"kind":2048,"name":"log2","url":"classes/_src_bigmath_.bigmath.html#log2-2","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":144,"kind":2048,"name":"toPower","url":"classes/_src_bigmath_.bigmath.html#topower","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":145,"kind":2048,"name":"pow","url":"classes/_src_bigmath_.bigmath.html#pow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":146,"kind":2048,"name":"toPower","url":"classes/_src_bigmath_.bigmath.html#topower-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":147,"kind":2048,"name":"pow","url":"classes/_src_bigmath_.bigmath.html#pow-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":148,"kind":2048,"name":"squareRoot","url":"classes/_src_bigmath_.bigmath.html#squareroot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":149,"kind":2048,"name":"sqrt","url":"classes/_src_bigmath_.bigmath.html#sqrt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":150,"kind":2048,"name":"squareRoot","url":"classes/_src_bigmath_.bigmath.html#squareroot-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":151,"kind":2048,"name":"sqrt","url":"classes/_src_bigmath_.bigmath.html#sqrt-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":152,"kind":2048,"name":"cubeRoot","url":"classes/_src_bigmath_.bigmath.html#cuberoot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":153,"kind":2048,"name":"cbrt","url":"classes/_src_bigmath_.bigmath.html#cbrt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":154,"kind":2048,"name":"cubeRoot","url":"classes/_src_bigmath_.bigmath.html#cuberoot-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":155,"kind":2048,"name":"cbrt","url":"classes/_src_bigmath_.bigmath.html#cbrt-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":156,"kind":2048,"name":"naturalExponential","url":"classes/_src_bigmath_.bigmath.html#naturalexponential","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":157,"kind":2048,"name":"exp","url":"classes/_src_bigmath_.bigmath.html#exp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":158,"kind":2048,"name":"naturalExponential","url":"classes/_src_bigmath_.bigmath.html#naturalexponential-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":159,"kind":2048,"name":"exp","url":"classes/_src_bigmath_.bigmath.html#exp-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":160,"kind":2048,"name":"naturalExponentialMinusOne","url":"classes/_src_bigmath_.bigmath.html#naturalexponentialminusone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":161,"kind":2048,"name":"expm1","url":"classes/_src_bigmath_.bigmath.html#expm1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":162,"kind":2048,"name":"naturalExponentialMinusOne","url":"classes/_src_bigmath_.bigmath.html#naturalexponentialminusone-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":163,"kind":2048,"name":"expm1","url":"classes/_src_bigmath_.bigmath.html#expm1-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":164,"kind":2048,"name":"factorial","url":"classes/_src_bigmath_.bigmath.html#factorial","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":165,"kind":2048,"name":"factorial","url":"classes/_src_bigmath_.bigmath.html#factorial-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":166,"kind":2048,"name":"gamma","url":"classes/_src_bigmath_.bigmath.html#gamma","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":167,"kind":2048,"name":"gamma","url":"classes/_src_bigmath_.bigmath.html#gamma-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":168,"kind":2048,"name":"bitLeft","url":"classes/_src_bigmath_.bigmath.html#bitleft","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":169,"kind":2048,"name":"bitLeft","url":"classes/_src_bigmath_.bigmath.html#bitleft-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":170,"kind":2048,"name":"bitRight","url":"classes/_src_bigmath_.bigmath.html#bitright","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":171,"kind":2048,"name":"bitRight","url":"classes/_src_bigmath_.bigmath.html#bitright-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":172,"kind":2048,"name":"bitAND","url":"classes/_src_bigmath_.bigmath.html#bitand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":173,"kind":2048,"name":"bitAND","url":"classes/_src_bigmath_.bigmath.html#bitand-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":174,"kind":2048,"name":"bitOR","url":"classes/_src_bigmath_.bigmath.html#bitor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":175,"kind":2048,"name":"bitOR","url":"classes/_src_bigmath_.bigmath.html#bitor-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":176,"kind":2048,"name":"bitXOR","url":"classes/_src_bigmath_.bigmath.html#bitxor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":177,"kind":2048,"name":"bitXOR","url":"classes/_src_bigmath_.bigmath.html#bitxor-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":178,"kind":2048,"name":"bitNOT","url":"classes/_src_bigmath_.bigmath.html#bitnot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":179,"kind":2048,"name":"bitNOT","url":"classes/_src_bigmath_.bigmath.html#bitnot-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":180,"kind":2048,"name":"sine","url":"classes/_src_bigmath_.bigmath.html#sine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":181,"kind":2048,"name":"sin","url":"classes/_src_bigmath_.bigmath.html#sin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":182,"kind":2048,"name":"sine","url":"classes/_src_bigmath_.bigmath.html#sine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":183,"kind":2048,"name":"sin","url":"classes/_src_bigmath_.bigmath.html#sin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":184,"kind":2048,"name":"cosine","url":"classes/_src_bigmath_.bigmath.html#cosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":185,"kind":2048,"name":"cos","url":"classes/_src_bigmath_.bigmath.html#cos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":186,"kind":2048,"name":"cosine","url":"classes/_src_bigmath_.bigmath.html#cosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":187,"kind":2048,"name":"cos","url":"classes/_src_bigmath_.bigmath.html#cos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":188,"kind":2048,"name":"tangent","url":"classes/_src_bigmath_.bigmath.html#tangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":189,"kind":2048,"name":"tan","url":"classes/_src_bigmath_.bigmath.html#tan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":190,"kind":2048,"name":"tangent","url":"classes/_src_bigmath_.bigmath.html#tangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":191,"kind":2048,"name":"tan","url":"classes/_src_bigmath_.bigmath.html#tan-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":192,"kind":2048,"name":"cotangent","url":"classes/_src_bigmath_.bigmath.html#cotangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":193,"kind":2048,"name":"cot","url":"classes/_src_bigmath_.bigmath.html#cot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":194,"kind":2048,"name":"cotangent","url":"classes/_src_bigmath_.bigmath.html#cotangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":195,"kind":2048,"name":"cot","url":"classes/_src_bigmath_.bigmath.html#cot-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":196,"kind":2048,"name":"secant","url":"classes/_src_bigmath_.bigmath.html#secant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":197,"kind":2048,"name":"sec","url":"classes/_src_bigmath_.bigmath.html#sec","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":198,"kind":2048,"name":"secant","url":"classes/_src_bigmath_.bigmath.html#secant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":199,"kind":2048,"name":"sec","url":"classes/_src_bigmath_.bigmath.html#sec-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":200,"kind":2048,"name":"cosecant","url":"classes/_src_bigmath_.bigmath.html#cosecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":201,"kind":2048,"name":"csc","url":"classes/_src_bigmath_.bigmath.html#csc","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":202,"kind":2048,"name":"cosecant","url":"classes/_src_bigmath_.bigmath.html#cosecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":203,"kind":2048,"name":"csc","url":"classes/_src_bigmath_.bigmath.html#csc-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":204,"kind":2048,"name":"inverseSine","url":"classes/_src_bigmath_.bigmath.html#inversesine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":205,"kind":2048,"name":"asin","url":"classes/_src_bigmath_.bigmath.html#asin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":206,"kind":2048,"name":"inverseSine","url":"classes/_src_bigmath_.bigmath.html#inversesine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":207,"kind":2048,"name":"asin","url":"classes/_src_bigmath_.bigmath.html#asin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":208,"kind":2048,"name":"inverseCosine","url":"classes/_src_bigmath_.bigmath.html#inversecosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":209,"kind":2048,"name":"acos","url":"classes/_src_bigmath_.bigmath.html#acos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":210,"kind":2048,"name":"inverseCosine","url":"classes/_src_bigmath_.bigmath.html#inversecosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":211,"kind":2048,"name":"acos","url":"classes/_src_bigmath_.bigmath.html#acos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":212,"kind":2048,"name":"inverseTangent","url":"classes/_src_bigmath_.bigmath.html#inversetangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":213,"kind":2048,"name":"atan","url":"classes/_src_bigmath_.bigmath.html#atan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":214,"kind":2048,"name":"inverseTangent","url":"classes/_src_bigmath_.bigmath.html#inversetangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":215,"kind":2048,"name":"atan","url":"classes/_src_bigmath_.bigmath.html#atan-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":216,"kind":2048,"name":"twoArgumentInverseTangent","url":"classes/_src_bigmath_.bigmath.html#twoargumentinversetangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":217,"kind":2048,"name":"atan2","url":"classes/_src_bigmath_.bigmath.html#atan2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":218,"kind":2048,"name":"twoArgumentInverseTangent","url":"classes/_src_bigmath_.bigmath.html#twoargumentinversetangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":219,"kind":2048,"name":"atan2","url":"classes/_src_bigmath_.bigmath.html#atan2-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":220,"kind":2048,"name":"inverseCotangent","url":"classes/_src_bigmath_.bigmath.html#inversecotangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":221,"kind":2048,"name":"acot","url":"classes/_src_bigmath_.bigmath.html#acot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":222,"kind":2048,"name":"inverseCotangent","url":"classes/_src_bigmath_.bigmath.html#inversecotangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":223,"kind":2048,"name":"acot","url":"classes/_src_bigmath_.bigmath.html#acot-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":224,"kind":2048,"name":"inverseSecant","url":"classes/_src_bigmath_.bigmath.html#inversesecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":225,"kind":2048,"name":"asec","url":"classes/_src_bigmath_.bigmath.html#asec","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":226,"kind":2048,"name":"inverseSecant","url":"classes/_src_bigmath_.bigmath.html#inversesecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":227,"kind":2048,"name":"asec","url":"classes/_src_bigmath_.bigmath.html#asec-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":228,"kind":2048,"name":"inverseCosecant","url":"classes/_src_bigmath_.bigmath.html#inversecosecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":229,"kind":2048,"name":"acsc","url":"classes/_src_bigmath_.bigmath.html#acsc","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":230,"kind":2048,"name":"inverseCosecant","url":"classes/_src_bigmath_.bigmath.html#inversecosecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":231,"kind":2048,"name":"acsc","url":"classes/_src_bigmath_.bigmath.html#acsc-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":232,"kind":2048,"name":"hyperbolicSine","url":"classes/_src_bigmath_.bigmath.html#hyperbolicsine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":233,"kind":2048,"name":"sinh","url":"classes/_src_bigmath_.bigmath.html#sinh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":234,"kind":2048,"name":"hyperbolicSine","url":"classes/_src_bigmath_.bigmath.html#hyperbolicsine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":235,"kind":2048,"name":"sinh","url":"classes/_src_bigmath_.bigmath.html#sinh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":236,"kind":2048,"name":"hyperbolicCosine","url":"classes/_src_bigmath_.bigmath.html#hyperboliccosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":237,"kind":2048,"name":"cosh","url":"classes/_src_bigmath_.bigmath.html#cosh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":238,"kind":2048,"name":"hyperbolicCosine","url":"classes/_src_bigmath_.bigmath.html#hyperboliccosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":239,"kind":2048,"name":"cosh","url":"classes/_src_bigmath_.bigmath.html#cosh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":240,"kind":2048,"name":"hyperbolicTangent","url":"classes/_src_bigmath_.bigmath.html#hyperbolictangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":241,"kind":2048,"name":"tanh","url":"classes/_src_bigmath_.bigmath.html#tanh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":242,"kind":2048,"name":"hyperbolicTangent","url":"classes/_src_bigmath_.bigmath.html#hyperbolictangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":243,"kind":2048,"name":"tanh","url":"classes/_src_bigmath_.bigmath.html#tanh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":244,"kind":2048,"name":"hyperbolicCotangent","url":"classes/_src_bigmath_.bigmath.html#hyperboliccotangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":245,"kind":2048,"name":"coth","url":"classes/_src_bigmath_.bigmath.html#coth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":246,"kind":2048,"name":"hyperbolicCotangent","url":"classes/_src_bigmath_.bigmath.html#hyperboliccotangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":247,"kind":2048,"name":"coth","url":"classes/_src_bigmath_.bigmath.html#coth-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":248,"kind":2048,"name":"hyperbolicSecant","url":"classes/_src_bigmath_.bigmath.html#hyperbolicsecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":249,"kind":2048,"name":"sech","url":"classes/_src_bigmath_.bigmath.html#sech","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":250,"kind":2048,"name":"hyperbolicSecant","url":"classes/_src_bigmath_.bigmath.html#hyperbolicsecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":251,"kind":2048,"name":"sech","url":"classes/_src_bigmath_.bigmath.html#sech-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":252,"kind":2048,"name":"hyperbolicCosecant","url":"classes/_src_bigmath_.bigmath.html#hyperboliccosecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":253,"kind":2048,"name":"csch","url":"classes/_src_bigmath_.bigmath.html#csch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":254,"kind":2048,"name":"hyperbolicCosecant","url":"classes/_src_bigmath_.bigmath.html#hyperboliccosecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":255,"kind":2048,"name":"csch","url":"classes/_src_bigmath_.bigmath.html#csch-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":256,"kind":2048,"name":"inverseHyperbolicSine","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolicsine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":257,"kind":2048,"name":"asinh","url":"classes/_src_bigmath_.bigmath.html#asinh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":258,"kind":2048,"name":"inverseHyperbolicSine","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolicsine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":259,"kind":2048,"name":"asinh","url":"classes/_src_bigmath_.bigmath.html#asinh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":260,"kind":2048,"name":"inverseHyperbolicCosine","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":261,"kind":2048,"name":"acosh","url":"classes/_src_bigmath_.bigmath.html#acosh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":262,"kind":2048,"name":"inverseHyperbolicCosine","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":263,"kind":2048,"name":"acosh","url":"classes/_src_bigmath_.bigmath.html#acosh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":264,"kind":2048,"name":"inverseHyperbolicTangent","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolictangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":265,"kind":2048,"name":"atanh","url":"classes/_src_bigmath_.bigmath.html#atanh","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":266,"kind":2048,"name":"inverseHyperbolicTangent","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolictangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":267,"kind":2048,"name":"atanh","url":"classes/_src_bigmath_.bigmath.html#atanh-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":268,"kind":2048,"name":"inverseHyperbolicCotangent","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccotangent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":269,"kind":2048,"name":"acoth","url":"classes/_src_bigmath_.bigmath.html#acoth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":270,"kind":2048,"name":"inverseHyperbolicCotangent","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccotangent-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":271,"kind":2048,"name":"acoth","url":"classes/_src_bigmath_.bigmath.html#acoth-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":272,"kind":2048,"name":"inverseHyperbolicSecant","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolicsecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":273,"kind":2048,"name":"asech","url":"classes/_src_bigmath_.bigmath.html#asech","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":274,"kind":2048,"name":"inverseHyperbolicSecant","url":"classes/_src_bigmath_.bigmath.html#inversehyperbolicsecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":275,"kind":2048,"name":"asech","url":"classes/_src_bigmath_.bigmath.html#asech-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":276,"kind":2048,"name":"inverseHyperbolicCosecant","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccosecant","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":277,"kind":2048,"name":"acsch","url":"classes/_src_bigmath_.bigmath.html#acsch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":278,"kind":2048,"name":"inverseHyperbolicCosecant","url":"classes/_src_bigmath_.bigmath.html#inversehyperboliccosecant-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":279,"kind":2048,"name":"acsch","url":"classes/_src_bigmath_.bigmath.html#acsch-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":280,"kind":2048,"name":"versedSine","url":"classes/_src_bigmath_.bigmath.html#versedsine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":281,"kind":2048,"name":"versin","url":"classes/_src_bigmath_.bigmath.html#versin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":282,"kind":2048,"name":"versedSine","url":"classes/_src_bigmath_.bigmath.html#versedsine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":283,"kind":2048,"name":"versin","url":"classes/_src_bigmath_.bigmath.html#versin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":284,"kind":2048,"name":"versedCosine","url":"classes/_src_bigmath_.bigmath.html#versedcosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":285,"kind":2048,"name":"vercos","url":"classes/_src_bigmath_.bigmath.html#vercos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":286,"kind":2048,"name":"versedCosine","url":"classes/_src_bigmath_.bigmath.html#versedcosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":287,"kind":2048,"name":"vercos","url":"classes/_src_bigmath_.bigmath.html#vercos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":288,"kind":2048,"name":"coversedSine","url":"classes/_src_bigmath_.bigmath.html#coversedsine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":289,"kind":2048,"name":"coversin","url":"classes/_src_bigmath_.bigmath.html#coversin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":290,"kind":2048,"name":"coversedSine","url":"classes/_src_bigmath_.bigmath.html#coversedsine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":291,"kind":2048,"name":"coversin","url":"classes/_src_bigmath_.bigmath.html#coversin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":292,"kind":2048,"name":"coversedCosine","url":"classes/_src_bigmath_.bigmath.html#coversedcosine","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":293,"kind":2048,"name":"covercos","url":"classes/_src_bigmath_.bigmath.html#covercos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":294,"kind":2048,"name":"coversedCosine","url":"classes/_src_bigmath_.bigmath.html#coversedcosine-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":295,"kind":2048,"name":"covercos","url":"classes/_src_bigmath_.bigmath.html#covercos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":296,"kind":2048,"name":"haversin","url":"classes/_src_bigmath_.bigmath.html#haversin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":297,"kind":2048,"name":"haversin","url":"classes/_src_bigmath_.bigmath.html#haversin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":298,"kind":2048,"name":"havercos","url":"classes/_src_bigmath_.bigmath.html#havercos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":299,"kind":2048,"name":"havercos","url":"classes/_src_bigmath_.bigmath.html#havercos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":300,"kind":2048,"name":"hacoversin","url":"classes/_src_bigmath_.bigmath.html#hacoversin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":301,"kind":2048,"name":"hacoversin","url":"classes/_src_bigmath_.bigmath.html#hacoversin-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":302,"kind":2048,"name":"hacovercos","url":"classes/_src_bigmath_.bigmath.html#hacovercos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":303,"kind":2048,"name":"hacovercos","url":"classes/_src_bigmath_.bigmath.html#hacovercos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":304,"kind":2048,"name":"gudermannian","url":"classes/_src_bigmath_.bigmath.html#gudermannian","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":305,"kind":2048,"name":"gd","url":"classes/_src_bigmath_.bigmath.html#gd","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":306,"kind":2048,"name":"gudermannian","url":"classes/_src_bigmath_.bigmath.html#gudermannian-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":307,"kind":2048,"name":"gd","url":"classes/_src_bigmath_.bigmath.html#gd-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":308,"kind":2048,"name":"equals","url":"classes/_src_bigmath_.bigmath.html#equals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":309,"kind":2048,"name":"eq","url":"classes/_src_bigmath_.bigmath.html#eq","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":310,"kind":2048,"name":"equals","url":"classes/_src_bigmath_.bigmath.html#equals-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":311,"kind":2048,"name":"eq","url":"classes/_src_bigmath_.bigmath.html#eq-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":312,"kind":2048,"name":"greaterThan","url":"classes/_src_bigmath_.bigmath.html#greaterthan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":313,"kind":2048,"name":"gt","url":"classes/_src_bigmath_.bigmath.html#gt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":314,"kind":2048,"name":"greaterThan","url":"classes/_src_bigmath_.bigmath.html#greaterthan-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":315,"kind":2048,"name":"gt","url":"classes/_src_bigmath_.bigmath.html#gt-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":316,"kind":2048,"name":"lessThan","url":"classes/_src_bigmath_.bigmath.html#lessthan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":317,"kind":2048,"name":"lt","url":"classes/_src_bigmath_.bigmath.html#lt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":318,"kind":2048,"name":"lessThan","url":"classes/_src_bigmath_.bigmath.html#lessthan-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":319,"kind":2048,"name":"lt","url":"classes/_src_bigmath_.bigmath.html#lt-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":320,"kind":2048,"name":"greaterThanOrEqualTo","url":"classes/_src_bigmath_.bigmath.html#greaterthanorequalto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":321,"kind":2048,"name":"gte","url":"classes/_src_bigmath_.bigmath.html#gte","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":322,"kind":2048,"name":"greaterThanOrEqualTo","url":"classes/_src_bigmath_.bigmath.html#greaterthanorequalto-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":323,"kind":2048,"name":"gte","url":"classes/_src_bigmath_.bigmath.html#gte-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":324,"kind":2048,"name":"lessThanOrEqualTo","url":"classes/_src_bigmath_.bigmath.html#lessthanorequalto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":325,"kind":2048,"name":"lte","url":"classes/_src_bigmath_.bigmath.html#lte","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":326,"kind":2048,"name":"lessThanOrEqualTo","url":"classes/_src_bigmath_.bigmath.html#lessthanorequalto-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":327,"kind":2048,"name":"lte","url":"classes/_src_bigmath_.bigmath.html#lte-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":328,"kind":2048,"name":"notEquals","url":"classes/_src_bigmath_.bigmath.html#notequals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":329,"kind":2048,"name":"neq","url":"classes/_src_bigmath_.bigmath.html#neq","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":330,"kind":2048,"name":"notEquals","url":"classes/_src_bigmath_.bigmath.html#notequals-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":331,"kind":2048,"name":"neq","url":"classes/_src_bigmath_.bigmath.html#neq-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":332,"kind":2048,"name":"arithmeticGeometricMean","url":"classes/_src_bigmath_.bigmath.html#arithmeticgeometricmean","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":333,"kind":2048,"name":"AGM","url":"classes/_src_bigmath_.bigmath.html#agm","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":334,"kind":2048,"name":"arithmeticGeometricMean","url":"classes/_src_bigmath_.bigmath.html#arithmeticgeometricmean-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":335,"kind":2048,"name":"AGM","url":"classes/_src_bigmath_.bigmath.html#agm-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":336,"kind":2048,"name":"errorFunction","url":"classes/_src_bigmath_.bigmath.html#errorfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":337,"kind":2048,"name":"erf","url":"classes/_src_bigmath_.bigmath.html#erf","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":338,"kind":2048,"name":"errorFunction","url":"classes/_src_bigmath_.bigmath.html#errorfunction-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":339,"kind":2048,"name":"erf","url":"classes/_src_bigmath_.bigmath.html#erf-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":340,"kind":2048,"name":"KFunction","url":"classes/_src_bigmath_.bigmath.html#kfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":341,"kind":2048,"name":"K","url":"classes/_src_bigmath_.bigmath.html#k","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":342,"kind":2048,"name":"KFunction","url":"classes/_src_bigmath_.bigmath.html#kfunction-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":343,"kind":2048,"name":"K","url":"classes/_src_bigmath_.bigmath.html#k-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":344,"kind":2048,"name":"omegaFunction","url":"classes/_src_bigmath_.bigmath.html#omegafunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":345,"kind":2048,"name":"W","url":"classes/_src_bigmath_.bigmath.html#w","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":346,"kind":2048,"name":"omegaFunction","url":"classes/_src_bigmath_.bigmath.html#omegafunction-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":347,"kind":2048,"name":"W","url":"classes/_src_bigmath_.bigmath.html#w-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":348,"kind":2048,"name":"tetrationXY","url":"classes/_src_bigmath_.bigmath.html#tetrationxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":349,"kind":2048,"name":"XY","url":"classes/_src_bigmath_.bigmath.html#xy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":350,"kind":2048,"name":"tetrationXY","url":"classes/_src_bigmath_.bigmath.html#tetrationxy-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":351,"kind":2048,"name":"XY","url":"classes/_src_bigmath_.bigmath.html#xy-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":352,"kind":2048,"name":"absoluteValue","url":"classes/_src_bigmath_.bigmath.html#absolutevalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":353,"kind":2048,"name":"abs","url":"classes/_src_bigmath_.bigmath.html#abs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":354,"kind":2048,"name":"absoluteValue","url":"classes/_src_bigmath_.bigmath.html#absolutevalue-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":355,"kind":2048,"name":"abs","url":"classes/_src_bigmath_.bigmath.html#abs-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":356,"kind":2048,"name":"negate","url":"classes/_src_bigmath_.bigmath.html#negate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":357,"kind":2048,"name":"neg","url":"classes/_src_bigmath_.bigmath.html#neg","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":358,"kind":2048,"name":"negate","url":"classes/_src_bigmath_.bigmath.html#negate-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":359,"kind":2048,"name":"neg","url":"classes/_src_bigmath_.bigmath.html#neg-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":360,"kind":2048,"name":"ceil","url":"classes/_src_bigmath_.bigmath.html#ceil","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":361,"kind":2048,"name":"ceil","url":"classes/_src_bigmath_.bigmath.html#ceil-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":362,"kind":2048,"name":"floor","url":"classes/_src_bigmath_.bigmath.html#floor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":363,"kind":2048,"name":"floor","url":"classes/_src_bigmath_.bigmath.html#floor-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":364,"kind":2048,"name":"round","url":"classes/_src_bigmath_.bigmath.html#round","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":365,"kind":2048,"name":"round","url":"classes/_src_bigmath_.bigmath.html#round-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":366,"kind":2048,"name":"isInteger","url":"classes/_src_bigmath_.bigmath.html#isinteger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":367,"kind":2048,"name":"isInteger","url":"classes/_src_bigmath_.bigmath.html#isinteger-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":368,"kind":2048,"name":"isNegative","url":"classes/_src_bigmath_.bigmath.html#isnegative","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":369,"kind":2048,"name":"isNeg","url":"classes/_src_bigmath_.bigmath.html#isneg","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":370,"kind":2048,"name":"isNegative","url":"classes/_src_bigmath_.bigmath.html#isnegative-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":371,"kind":2048,"name":"isNeg","url":"classes/_src_bigmath_.bigmath.html#isneg-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":372,"kind":2048,"name":"isPositive","url":"classes/_src_bigmath_.bigmath.html#ispositive","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":373,"kind":2048,"name":"isPos","url":"classes/_src_bigmath_.bigmath.html#ispos","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":374,"kind":2048,"name":"isPositive","url":"classes/_src_bigmath_.bigmath.html#ispositive-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":375,"kind":2048,"name":"isPos","url":"classes/_src_bigmath_.bigmath.html#ispos-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":376,"kind":2048,"name":"isZero","url":"classes/_src_bigmath_.bigmath.html#iszero","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":377,"kind":2048,"name":"isZero","url":"classes/_src_bigmath_.bigmath.html#iszero-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":378,"kind":2048,"name":"toPrecision","url":"classes/_src_bigmath_.bigmath.html#toprecision","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":379,"kind":2048,"name":"toPrecision","url":"classes/_src_bigmath_.bigmath.html#toprecision-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":380,"kind":2048,"name":"toNumber","url":"classes/_src_bigmath_.bigmath.html#tonumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":381,"kind":2048,"name":"toNumber","url":"classes/_src_bigmath_.bigmath.html#tonumber-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":382,"kind":2048,"name":"toBigNumber","url":"classes/_src_bigmath_.bigmath.html#tobignumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":383,"kind":2048,"name":"toBigNumber","url":"classes/_src_bigmath_.bigmath.html#tobignumber-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":384,"kind":2048,"name":"toString","url":"classes/_src_bigmath_.bigmath.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":385,"kind":2048,"name":"toString","url":"classes/_src_bigmath_.bigmath.html#tostring-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":386,"kind":2048,"name":"clone","url":"classes/_src_bigmath_.bigmath.html#clone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/BigMath\".BigMath"},{"id":387,"kind":2048,"name":"configure","url":"classes/_src_bigmath_.bigmath.html#configure","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":388,"kind":1024,"name":"E","url":"classes/_src_bigmath_.bigmath.html#e","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":389,"kind":1024,"name":"LOG10","url":"classes/_src_bigmath_.bigmath.html#log10","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":390,"kind":1024,"name":"LOG10E","url":"classes/_src_bigmath_.bigmath.html#log10e","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":391,"kind":1024,"name":"LOG2","url":"classes/_src_bigmath_.bigmath.html#log2","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":392,"kind":1024,"name":"LOG2E","url":"classes/_src_bigmath_.bigmath.html#log2e","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":393,"kind":1024,"name":"PI","url":"classes/_src_bigmath_.bigmath.html#pi","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":394,"kind":1024,"name":"PI2","url":"classes/_src_bigmath_.bigmath.html#pi2","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":395,"kind":1024,"name":"SQRT1_2","url":"classes/_src_bigmath_.bigmath.html#sqrt1_2","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":396,"kind":1024,"name":"SQRT2","url":"classes/_src_bigmath_.bigmath.html#sqrt2","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"src/BigMath\".BigMath"},{"id":397,"kind":2097152,"name":"config","url":"modules/_src_bigmath_.html#config-1","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"src/BigMath\""},{"id":398,"kind":32,"name":"precision","url":"modules/_src_bigmath_.html#config-1.precision","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/BigMath\".config"},{"id":399,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file diff --git a/docs/classes/_src_bigmath_.bigmath.html b/docs/classes/_src_bigmath_.bigmath.html new file mode 100644 index 0000000..190bfe3 --- /dev/null +++ b/docs/classes/_src_bigmath_.bigmath.html @@ -0,0 +1,7370 @@ + + + + + + BigMath | @kmdrgroch/big-math + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class BigMath

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + BigMath +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+

Methods

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

Private number

+
number: BigNumber = normalize(0n)
+ +
+
+ +

Static E

+
E: BigNumber = E
+ +
+
+ +

Static LOG10

+
LOG10: BigNumber = LOG10
+ +
+
+ +

Static LOG10E

+
LOG10E: BigNumber = LOG10E
+ +
+
+ +

Static LOG2

+
LOG2: BigNumber = LOG2
+ +
+
+ +

Static LOG2E

+
LOG2E: BigNumber = LOG2E
+ +
+
+ +

Static PI

+
PI: BigNumber = PI
+ +
+
+ +

Static PI2

+
PI2: BigNumber = PI2
+ +
+
+ +

Static SQRT1_2

+
SQRT1_2: BigNumber = SQRT1_2
+ +
+
+ +

Static SQRT2

+
SQRT2: BigNumber = SQRT2
+ +
+
+
+

Methods

+
+ +

AGM

+
    +
  • AGM(value: T): this
  • +
+ +
+
+ +

K

+
    +
  • K(): this
  • +
+ +
+
+ +

KFunction

+
    +
  • KFunction(): this
  • +
+ +
+
+ +

W

+
    +
  • W(): this
  • +
+ +
+
+ +

XY

+
    +
  • XY(): this
  • +
+ +
+
+ +

abs

+
    +
  • abs(): this
  • +
+ +
+
+ +

absoluteValue

+
    +
  • absoluteValue(): this
  • +
+ +
+
+ +

acos

+
    +
  • acos(): this
  • +
+ +
+
+ +

acosh

+
    +
  • acosh(): this
  • +
+ +
+
+ +

acot

+
    +
  • acot(): this
  • +
+ +
+
+ +

acoth

+
    +
  • acoth(): this
  • +
+ +
+
+ +

acsc

+
    +
  • acsc(): this
  • +
+ +
+
+ +

acsch

+
    +
  • acsch(): this
  • +
+ +
+
+ +

add

+
    +
  • add(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

arithmeticGeometricMean

+
    +
  • arithmeticGeometricMean(value: T): this
  • +
+ +
+
+ +

asec

+
    +
  • asec(): this
  • +
+ +
+
+ +

asech

+
    +
  • asech(): this
  • +
+ +
+
+ +

asin

+
    +
  • asin(): this
  • +
+ +
+
+ +

asinh

+
    +
  • asinh(): this
  • +
+ +
+
+ +

atan

+
    +
  • atan(): this
  • +
+ +
+
+ +

atan2

+
    +
  • atan2(value: T): this
  • +
+ +
+
+ +

atanh

+
    +
  • atanh(): this
  • +
+ +
+
+ +

bitAND

+
    +
  • bitAND(value: T): this
  • +
+ +
+
+ +

bitLeft

+
    +
  • bitLeft(value: T): this
  • +
+ +
+
+ +

bitNOT

+
    +
  • bitNOT(): this
  • +
+ +
+
+ +

bitOR

+
    +
  • bitOR(value: T): this
  • +
+ +
+
+ +

bitRight

+
    +
  • bitRight(value: T): this
  • +
+ +
+
+ +

bitXOR

+
    +
  • bitXOR(value: T): this
  • +
+ +
+
+ +

cbrt

+
    +
  • cbrt(): this
  • +
+ +
+
+ +

ceil

+
    +
  • ceil(): this
  • +
+ +
+
+ +

clone

+ + +
+
+ +

cos

+
    +
  • cos(): this
  • +
+ +
+
+ +

cosecant

+
    +
  • cosecant(): this
  • +
+ +
+
+ +

cosh

+
    +
  • cosh(): this
  • +
+ +
+
+ +

cosine

+
    +
  • cosine(): this
  • +
+ +
+
+ +

cot

+
    +
  • cot(): this
  • +
+ +
+
+ +

cotangent

+
    +
  • cotangent(): this
  • +
+ +
+
+ +

coth

+
    +
  • coth(): this
  • +
+ +
+
+ +

covercos

+
    +
  • covercos(): this
  • +
+ +
+
+ +

coversedCosine

+
    +
  • coversedCosine(): this
  • +
+ +
+
+ +

coversedSine

+
    +
  • coversedSine(): this
  • +
+ +
+
+ +

coversin

+
    +
  • coversin(): this
  • +
+ +
+
+ +

csc

+
    +
  • csc(): this
  • +
+ +
+
+ +

csch

+
    +
  • csch(): this
  • +
+ +
+
+ +

cubeRoot

+
    +
  • cubeRoot(): this
  • +
+ +
+
+ +

div

+
    +
  • div(value: T): this
  • +
+ +
+
+ +

dividedBy

+
    +
  • dividedBy(value: T): this
  • +
+ +
+
+ +

eq

+
    +
  • eq(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

equals

+
    +
  • equals(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

erf

+
    +
  • erf(): this
  • +
+ +
+
+ +

errorFunction

+
    +
  • errorFunction(): this
  • +
+ +
+
+ +

exp

+
    +
  • exp(): this
  • +
+ +
+
+ +

expm1

+
    +
  • expm1(): this
  • +
+ +
+
+ +

factorial

+
    +
  • factorial(): this
  • +
+ +
+
+ +

floor

+
    +
  • floor(): this
  • +
+ +
+
+ +

gamma

+
    +
  • gamma(): this
  • +
+ +
+
+ +

gd

+
    +
  • gd(): this
  • +
+ +
+
+ +

greaterThan

+
    +
  • greaterThan(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

greaterThanOrEqualTo

+
    +
  • greaterThanOrEqualTo(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

gt

+
    +
  • gt(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

gte

+
    +
  • gte(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

gudermannian

+
    +
  • gudermannian(): this
  • +
+ +
+
+ +

hacovercos

+
    +
  • hacovercos(): this
  • +
+ +
+
+ +

hacoversin

+
    +
  • hacoversin(): this
  • +
+ +
+
+ +

havercos

+
    +
  • havercos(): this
  • +
+ +
+
+ +

haversin

+
    +
  • haversin(): this
  • +
+ +
+
+ +

hyperbolicCosecant

+
    +
  • hyperbolicCosecant(): this
  • +
+ +
+
+ +

hyperbolicCosine

+
    +
  • hyperbolicCosine(): this
  • +
+ +
+
+ +

hyperbolicCotangent

+
    +
  • hyperbolicCotangent(): this
  • +
+ +
+
+ +

hyperbolicSecant

+
    +
  • hyperbolicSecant(): this
  • +
+ +
+
+ +

hyperbolicSine

+
    +
  • hyperbolicSine(): this
  • +
+ +
+
+ +

hyperbolicTangent

+
    +
  • hyperbolicTangent(): this
  • +
+ +
+
+ +

inverseCosecant

+
    +
  • inverseCosecant(): this
  • +
+ +
+
+ +

inverseCosine

+
    +
  • inverseCosine(): this
  • +
+ +
+
+ +

inverseCotangent

+
    +
  • inverseCotangent(): this
  • +
+ +
+
+ +

inverseHyperbolicCosecant

+
    +
  • inverseHyperbolicCosecant(): this
  • +
+ +
+
+ +

inverseHyperbolicCosine

+
    +
  • inverseHyperbolicCosine(): this
  • +
+ +
+
+ +

inverseHyperbolicCotangent

+
    +
  • inverseHyperbolicCotangent(): this
  • +
+ +
+
+ +

inverseHyperbolicSecant

+
    +
  • inverseHyperbolicSecant(): this
  • +
+ +
+
+ +

inverseHyperbolicSine

+
    +
  • inverseHyperbolicSine(): this
  • +
+ +
+
+ +

inverseHyperbolicTangent

+
    +
  • inverseHyperbolicTangent(): this
  • +
+ +
+
+ +

inverseSecant

+
    +
  • inverseSecant(): this
  • +
+ +
+
+ +

inverseSine

+
    +
  • inverseSine(): this
  • +
+ +
+
+ +

inverseTangent

+
    +
  • inverseTangent(): this
  • +
+ +
+
+ +

isInteger

+
    +
  • isInteger(): boolean
  • +
+ +
+
+ +

isNeg

+
    +
  • isNeg(): boolean
  • +
+ +
+
+ +

isNegative

+
    +
  • isNegative(): boolean
  • +
+ +
+
+ +

isPos

+
    +
  • isPos(): boolean
  • +
+ +
+
+ +

isPositive

+
    +
  • isPositive(): boolean
  • +
+ +
+
+ +

isZero

+
    +
  • isZero(): boolean
  • +
+ +
+
+ +

lessThan

+
    +
  • lessThan(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

lessThanOrEqualTo

+
    +
  • lessThanOrEqualTo(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

ln

+
    +
  • ln(): this
  • +
+ +
+
+ +

ln1p

+
    +
  • ln1p(): this
  • +
+ +
+
+ +

log

+
    +
  • log(): this
  • +
+ +
+
+ +

log10

+
    +
  • log10(): this
  • +
+ +
+
+ +

log2

+
    +
  • log2(): this
  • +
+ +
+
+ +

logarithm

+
    +
  • logarithm(): this
  • +
+ +
+
+ +

logarithmBase2

+
    +
  • logarithmBase2(): this
  • +
+ +
+
+ +

lt

+
    +
  • lt(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

lte

+
    +
  • lte(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

minus

+
    +
  • minus(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

mul

+
    +
  • mul(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

naturalExponential

+
    +
  • naturalExponential(): this
  • +
+ +
+
+ +

naturalExponentialMinusOne

+
    +
  • naturalExponentialMinusOne(): this
  • +
+ +
+
+ +

naturalLogarithm

+
    +
  • naturalLogarithm(): this
  • +
+ +
+
+ +

naturalLogarithmPlusOne

+
    +
  • naturalLogarithmPlusOne(): this
  • +
+ +
+
+ +

neg

+
    +
  • neg(): this
  • +
+ +
+
+ +

negate

+
    +
  • negate(): this
  • +
+ +
+
+ +

neq

+
    +
  • neq(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

notEquals

+
    +
  • notEquals(value: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

omegaFunction

+
    +
  • omegaFunction(): this
  • +
+ +
+
+ +

pow

+
    +
  • pow(value: T): this
  • +
+ +
+
+ +

round

+
    +
  • round(): this
  • +
+ +
+
+ +

sec

+
    +
  • sec(): this
  • +
+ +
+
+ +

secant

+
    +
  • secant(): this
  • +
+ +
+
+ +

sech

+
    +
  • sech(): this
  • +
+ +
+
+ +

sin

+
    +
  • sin(): this
  • +
+ +
+
+ +

sine

+
    +
  • sine(): this
  • +
+ +
+
+ +

sinh

+
    +
  • sinh(): this
  • +
+ +
+
+ +

sqrt

+
    +
  • sqrt(): this
  • +
+ +
+
+ +

squareRoot

+
    +
  • squareRoot(): this
  • +
+ +
+
+ +

sub

+
    +
  • sub(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

sum

+
    +
  • sum(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

tan

+
    +
  • tan(): this
  • +
+ +
+
+ +

tangent

+
    +
  • tangent(): this
  • +
+ +
+
+ +

tanh

+
    +
  • tanh(): this
  • +
+ +
+
+ +

tetrationXY

+
    +
  • tetrationXY(): this
  • +
+ +
+
+ +

times

+
    +
  • times(value: T): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: T
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

toBigNumber

+
    +
  • toBigNumber(): object
  • +
+ +
+
+ +

toNumber

+
    +
  • toNumber(): number
  • +
+ +
+
+ +

toPower

+
    +
  • toPower(value: T): this
  • +
+ +
+
+ +

toPrecision

+
    +
  • toPrecision(value: number): string
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: number
      +
    • +
    +

    Returns string

    +
  • +
+
+
+ +

toString

+
    +
  • toString(): string
  • +
+ +
+
+ +

twoArgumentInverseTangent

+
    +
  • twoArgumentInverseTangent(value: T): this
  • +
+ +
+
+ +

vercos

+
    +
  • vercos(): this
  • +
+ +
+
+ +

versedCosine

+
    +
  • versedCosine(): this
  • +
+ +
+
+ +

versedSine

+
    +
  • versedSine(): this
  • +
+ +
+
+ +

versin

+
    +
  • versin(): this
  • +
+ +
+
+ +

Static AGM

+ + +
+
+ +

Static K

+ + +
+
+ +

Static KFunction

+ + +
+
+ +

Static W

+ + +
+
+ +

Static XY

+ + +
+
+ +

Static abs

+ + +
+
+ +

Static absoluteValue

+ + +
+
+ +

Static acos

+ + +
+
+ +

Static acosh

+ + +
+
+ +

Static acot

+ + +
+
+ +

Static acoth

+ + +
+
+ +

Static acsc

+ + +
+
+ +

Static acsch

+ + +
+
+ +

Static add

+ + +
+
+ +

Static arithmeticGeometricMean

+
    +
  • arithmeticGeometricMean(value1: T, value2: T): BigMath
  • +
+ +
+
+ +

Static asec

+ + +
+
+ +

Static asech

+ + +
+
+ +

Static asin

+ + +
+
+ +

Static asinh

+ + +
+
+ +

Static atan

+ + +
+
+ +

Static atan2

+ + +
+
+ +

Static atanh

+ + +
+
+ +

Static bitAND

+ + +
+
+ +

Static bitLeft

+ + +
+
+ +

Static bitNOT

+ + +
+
+ +

Static bitOR

+ + +
+
+ +

Static bitRight

+
    +
  • bitRight(value1: T, value2: T): BigMath
  • +
+ +
+
+ +

Static bitXOR

+ + +
+
+ +

Static cbrt

+ + +
+
+ +

Static ceil

+ + +
+
+ +

Static configure

+
    +
  • configure(conf: Partial<Config>): void
  • +
+ +
+
+ +

Static cos

+ + +
+
+ +

Static cosecant

+ + +
+
+ +

Static cosh

+ + +
+
+ +

Static cosine

+ + +
+
+ +

Static cot

+ + +
+
+ +

Static cotangent

+ + +
+
+ +

Static coth

+ + +
+
+ +

Static covercos

+ + +
+
+ +

Static coversedCosine

+
    +
  • coversedCosine(value1: T): BigMath
  • +
+ +
+
+ +

Static coversedSine

+ + +
+
+ +

Static coversin

+ + +
+
+ +

Static csc

+ + +
+
+ +

Static csch

+ + +
+
+ +

Static cubeRoot

+ + +
+
+ +

Static div

+ + +
+
+ +

Static dividedBy

+
    +
  • dividedBy(value1: T, value2: T): BigMath
  • +
+ +
+
+ +

Static eq

+
    +
  • eq(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static equals

+
    +
  • equals(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static erf

+ + +
+
+ +

Static errorFunction

+ + +
+
+ +

Static exp

+ + +
+
+ +

Static expm1

+ + +
+
+ +

Static factorial

+ + +
+
+ +

Static floor

+ + +
+
+ +

Static gamma

+ + +
+
+ +

Static gd

+ + +
+
+ +

Static greaterThan

+
    +
  • greaterThan(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static greaterThanOrEqualTo

+
    +
  • greaterThanOrEqualTo(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static gt

+
    +
  • gt(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static gte

+
    +
  • gte(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static gudermannian

+ + +
+
+ +

Static hacovercos

+ + +
+
+ +

Static hacoversin

+ + +
+
+ +

Static havercos

+ + +
+
+ +

Static haversin

+ + +
+
+ +

Static hyperbolicCosecant

+
    +
  • hyperbolicCosecant(value1: T): BigMath
  • +
+ +
+
+ +

Static hyperbolicCosine

+
    +
  • hyperbolicCosine(value1: T): BigMath
  • +
+ +
+
+ +

Static hyperbolicCotangent

+
    +
  • hyperbolicCotangent(value1: T): BigMath
  • +
+ +
+
+ +

Static hyperbolicSecant

+
    +
  • hyperbolicSecant(value1: T): BigMath
  • +
+ +
+
+ +

Static hyperbolicSine

+
    +
  • hyperbolicSine(value1: T): BigMath
  • +
+ +
+
+ +

Static hyperbolicTangent

+
    +
  • hyperbolicTangent(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseCosecant

+
    +
  • inverseCosecant(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseCosine

+ + +
+
+ +

Static inverseCotangent

+
    +
  • inverseCotangent(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicCosecant

+
    +
  • inverseHyperbolicCosecant(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicCosine

+
    +
  • inverseHyperbolicCosine(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicCotangent

+
    +
  • inverseHyperbolicCotangent(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicSecant

+
    +
  • inverseHyperbolicSecant(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicSine

+
    +
  • inverseHyperbolicSine(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseHyperbolicTangent

+
    +
  • inverseHyperbolicTangent(value1: T): BigMath
  • +
+ +
+
+ +

Static inverseSecant

+ + +
+
+ +

Static inverseSine

+ + +
+
+ +

Static inverseTangent

+
    +
  • inverseTangent(value1: T): BigMath
  • +
+ +
+
+ +

Static isInteger

+
    +
  • isInteger(value1: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static isNeg

+
    +
  • isNeg(value1: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static isNegative

+
    +
  • isNegative(value1: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static isPos

+
    +
  • isPos(value1: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static isPositive

+
    +
  • isPositive(value1: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static isZero

+
    +
  • isZero(value1: T): boolean
  • +
+ +
+
+ +

Static lessThan

+
    +
  • lessThan(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static lessThanOrEqualTo

+
    +
  • lessThanOrEqualTo(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static ln

+ + +
+
+ +

Static ln1p

+ + +
+
+ +

Static log

+ + +
+
+ +

Static log10

+ + +
+
+ +

Static log2

+ + +
+
+ +

Static logarithm

+ + +
+
+ +

Static logarithmBase2

+
    +
  • logarithmBase2(value1: T): BigMath
  • +
+ +
+
+ +

Static lt

+
    +
  • lt(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static lte

+
    +
  • lte(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static minus

+ + +
+
+ +

Static mul

+ + +
+
+ +

Static naturalExponential

+
    +
  • naturalExponential(value1: T): BigMath
  • +
+ +
+
+ +

Static naturalExponentialMinusOne

+
    +
  • naturalExponentialMinusOne(value1: T): BigMath
  • +
+ +
+
+ +

Static naturalLogarithm

+
    +
  • naturalLogarithm(value1: T): BigMath
  • +
+ +
+
+ +

Static naturalLogarithmPlusOne

+
    +
  • naturalLogarithmPlusOne(value1: T): BigMath
  • +
+ +
+
+ +

Static neg

+ + +
+
+ +

Static negate

+ + +
+
+ +

Static neq

+
    +
  • neq(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static notEquals

+
    +
  • notEquals(value1: T, value2: T): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: T
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static omegaFunction

+ + +
+
+ +

Static pow

+ + +
+
+ +

Static round

+ + +
+
+ +

Static sec

+ + +
+
+ +

Static secant

+ + +
+
+ +

Static sech

+ + +
+
+ +

Static sin

+ + +
+
+ +

Static sine

+ + +
+
+ +

Static sinh

+ + +
+
+ +

Static sqrt

+ + +
+
+ +

Static squareRoot

+ + +
+
+ +

Static sub

+ + +
+
+ +

Static sum

+ + +
+
+ +

Static tan

+ + +
+
+ +

Static tangent

+ + +
+
+ +

Static tanh

+ + +
+
+ +

Static tetrationXY

+ + +
+
+ +

Static times

+ + +
+
+ +

Static toBigNumber

+
    +
  • toBigNumber(value1: T): object
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    +

    Returns object

    +
      +
    +
  • +
+
+
+ +

Static toNumber

+
    +
  • toNumber(value1: T): number
  • +
+ +
+
+ +

Static toPower

+ + +
+
+ +

Static toPrecision

+
    +
  • toPrecision(value1: T, value2: number): string
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value1: T
      +
    • +
    • +
      value2: number
      +
    • +
    +

    Returns string

    +
  • +
+
+
+ +

Static toString

+
    +
  • toString(value1: T): string
  • +
+ +
+
+ +

Static twoArgumentInverseTangent

+
    +
  • twoArgumentInverseTangent(value1: T, value2: T): BigMath
  • +
+ +
+
+ +

Static vercos

+ + +
+
+ +

Static versedCosine

+ + +
+
+ +

Static versedSine

+ + +
+
+ +

Static versin

+ + +
+
+
+ +
+
+ +
+

Generated using TypeDoc

+
+
+ + + + \ No newline at end of file diff --git a/docs/classes/_src_util_.domainerror.html b/docs/classes/_src_util_.domainerror.html index ceb8829..0137cb6 100644 --- a/docs/classes/_src_util_.domainerror.html +++ b/docs/classes/_src_util_.domainerror.html @@ -123,7 +123,7 @@

constructor

  • Parameters

    @@ -196,6 +196,9 @@

    Static RangeError

  • "index"
  • +
  • + "src/BigMath" +
  • "src/basic"
  • diff --git a/docs/globals.html b/docs/globals.html index 9e50158..0cbaf18 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -71,6 +71,7 @@

    Index

    External modules

    @@ -124,7 +124,7 @@

    Const acos

  • Parameters

    @@ -148,7 +148,7 @@

    Const acosh

  • Parameters

    @@ -172,7 +172,7 @@

    Const acot

  • Parameters

    @@ -196,7 +196,7 @@

    Const acoth

  • Parameters

    @@ -220,7 +220,7 @@

    Const acsc

  • Parameters

    @@ -244,7 +244,7 @@

    Const acsch

  • Parameters

    @@ -268,7 +268,7 @@

    Const asec

  • Parameters

    @@ -292,7 +292,7 @@

    Const asech

  • Parameters

    @@ -316,7 +316,7 @@

    Const asin

  • Parameters

    @@ -340,7 +340,7 @@

    Const asinh

  • Parameters

    @@ -364,7 +364,7 @@

    Const atan

  • Parameters

    @@ -388,7 +388,7 @@

    Const atan2

  • Parameters

    @@ -415,7 +415,7 @@

    Const atanh

  • Parameters

    @@ -439,7 +439,7 @@

    Const cos

  • Parameters

    @@ -463,7 +463,7 @@

    Const cosh

  • Parameters

    @@ -487,7 +487,7 @@

    Const cot

  • Parameters

    @@ -511,7 +511,7 @@

    Const coth

  • Parameters

    @@ -526,16 +526,16 @@

    Returns - -

    Const covercosin

    + +

    Const covercos