-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ func main() { | |
You can download `ajson` cli from the [release page](https://github.com/spyzhov/ajson/releases), or install from the source: | ||
|
||
```shell script | ||
go get github.com/spyzhov/ajson/cmd/[email protected].0 | ||
go get github.com/spyzhov/ajson/cmd/[email protected].1 | ||
``` | ||
|
||
Usage: | ||
|
@@ -327,6 +327,7 @@ Package has several predefined functions. | |
roundtoeven math.RoundToEven integers, floats | ||
sin math.Sin integers, floats | ||
sinh math.Sinh integers, floats | ||
sum Sum array of integers or floats | ||
sqrt math.Sqrt integers, floats | ||
tan math.Tan integers, floats | ||
tanh math.Tanh integers, floats | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters