Got directions backwards in to_degrees and to_radians docs.
This commit is contained in:
parent
6c02e81c70
commit
deefb1f4b7
@ -389,9 +389,9 @@ pub trait Real: Signed
|
||||
|
||||
// Angular conversions
|
||||
|
||||
/// Convert degrees to radians.
|
||||
fn to_degrees(&self) -> Self;
|
||||
/// Convert radians to degrees.
|
||||
fn to_degrees(&self) -> Self;
|
||||
/// Convert degrees to radians.
|
||||
fn to_radians(&self) -> Self;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user