-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Expanding documentation for f and g Adding arguments and return * Adding error type OutOfBounds * Adding references * Using OutOfBounds type of error * Upgrading versions to 0.1.0 * Return NaN if input of coriollis is NaN * Return NaN if inputs for gravity() are NaN * Return distance NaN if input lat is NaN
- Loading branch information
Showing
4 changed files
with
101 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gsw" | ||
version = "0.0.11" | ||
version = "0.1.0" | ||
authors = ["Guilherme Castelão <[email protected]>", "Luiz Irber <[email protected]>"] | ||
edition = "2018" | ||
description = "TEOS-10 v3.06.12 Gibbs Seawater Oceanographic Toolbox in Rust" | ||
|
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