mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
math: update documentation (#14457)
This commit is contained in:
committed by
GitHub
parent
23568f19da
commit
120f31b4d9
@@ -33,7 +33,7 @@ pub fn sinh(x_ f64) f64 {
|
||||
return temp
|
||||
}
|
||||
|
||||
// cosh returns the hyperbolic cosine of x.
|
||||
// cosh returns the hyperbolic cosine of x in radians
|
||||
//
|
||||
// special cases are:
|
||||
// cosh(±0) = 1
|
||||
|
||||
Reference in New Issue
Block a user