math.js.LICENSE.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  2. /**
  3. * @license Complex.js v2.1.1 12/05/2020
  4. *
  5. * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
  6. * Dual licensed under the MIT or GPL Version 2 licenses.
  7. **/
  8. /**
  9. * @license Fraction.js v4.2.0 05/03/2022
  10. * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
  11. *
  12. * Copyright (c) 2021, Robert Eisele (robert@xarg.org)
  13. * Dual licensed under the MIT or GPL Version 2 licenses.
  14. **/
  15. /**
  16. * math.js
  17. * https://github.com/josdejong/mathjs
  18. *
  19. * Math.js is an extensive math library for JavaScript and Node.js,
  20. * It features real and complex numbers, units, matrices, a large set of
  21. * mathematical functions, and a flexible expression parser.
  22. *
  23. * @version 11.5.1
  24. * @date 2023-01-31
  25. *
  26. * @license
  27. * Copyright (C) 2013-2023 Jos de Jong <wjosdejong@gmail.com>
  28. *
  29. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  30. * use this file except in compliance with the License. You may obtain a copy
  31. * of the License at
  32. *
  33. * https://www.apache.org/licenses/LICENSE-2.0
  34. *
  35. * Unless required by applicable law or agreed to in writing, software
  36. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  37. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  38. * License for the specific language governing permissions and limitations under
  39. * the License.
  40. */