Added the basic trigonometric functions.
These were moved to their own trait and removed from the definition of a Real number. This allows the definition of a trigonometric function to call a different libc trig function depending on type.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -1,12 +1,16 @@
|
||||
[package]
|
||||
name = "sigils"
|
||||
version = "0.1.0"
|
||||
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
||||
description = "A mathematics library."
|
||||
license = ""
|
||||
repository = "https://gitlab.com/CyberMages/sigils.git"
|
||||
repository = "https://gitlab.com/CyberMages/Core/sigils.git"
|
||||
documentation = ""
|
||||
keywords = ["sigils"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
[dependencies.binding]
|
||||
git = "ssh://git@gitlab.com/CyberMages/Core/binding"
|
||||
|
||||
[dependencies.pact]
|
||||
git = "ssh://git@gitlab.com/CyberMages/Core/pact"
|
||||
|
Reference in New Issue
Block a user