v/vlib/math/pow.js.v

4 lines
46 B
V
Raw Normal View History

module math
fn JS.Math.pow(x f64, y f64) f64