mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: unify const names to snake_case
This commit is contained in:
@@ -57,7 +57,7 @@ fn log_factorial_asymptotic_expansion(n int) f64 {
|
||||
mut i := 0
|
||||
|
||||
for i = 0; i < m; i++ {
|
||||
term << B[i] / xj
|
||||
term << b_numbers[i] / xj
|
||||
xj *= xx
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user