mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
f64: fix .eq()
This commit is contained in:
committed by
Alexander Medvednikov
parent
fbd414fd2f
commit
fd2d9c214c
@@ -46,5 +46,5 @@ fn test_erf() {
|
||||
fn test_gamma() {
|
||||
assert math.gamma(1) == 1
|
||||
assert math.gamma(5) == 24
|
||||
assert math.log_gamma(4.5) == math.log(math.gamma(4.5))
|
||||
assert math.log_gamma(4.5).eq(math.log(math.gamma(4.5)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user