FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Released version 1.3.0 · JavaScriptIOT/mathjs@beb4e2e · GitHub

Commit beb4e2e

Browse files
committed
Released version 1.3.0
1 parent 618ec2c commit beb4e2e

47 files changed

Lines changed: 2983 additions & 2207 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎HISTORY.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# History
22

33

4-
## not yet released, version 1.2.1-SNAPSHOT
4+
## 2015-02-09, version 1.3.0
55

6+
- Implemented BigNumber implementations of most trigonometric functions: `sin`,
7+
`cos`, `tan`, `asin`, `acos`, `atan`, `cosh`, `sinh`, `tanh`. Thanks @BigFav.
68
- Implemented function `trace`. Thanks @pcorey.
79
- Faster loading of BigNumber configuration with a high precision by lazy
810
loading constants like `pi` and `e`.

‎NOTICE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
math.js
22
https://github.com/josdejong/mathjs
33

4-
Copyright (C) 2013 Jos de Jong <wjosdejong@gmail.com>
4+
Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
55

66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

‎bin/cli.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* cat script.txt | mathjs > results.txt Run input stream, output to file
2525
*
2626
* @license
27-
* Copyright (C) 2013-2014 Jos de Jong <wjosdejong@gmail.com>
27+
* Copyright (C) 2013-2015 Jos de Jong <wjosdejong@gmail.com>
2828
*
2929
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
3030
* use this file except in compliance with the License. You may obtain a copy

‎bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjs",
3-
"version": "1.2.1-SNAPSHOT",
3+
"version": "1.3.0",
44
"main": "./dist/math.min.js",
55
"ignore": [
66
"coverage",

‎component.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mathjs",
33
"repo": "josdejong/mathjs",
44
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
5-
"version": "1.2.1-SNAPSHOT",
5+
"version": "1.3.0",
66
"main": "dist/math.min.js",
77
"keywords": [
88
"math",

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL