Skip to content
Snippets Groups Projects
intrinsics1.jn 81 B
fn intrinsics1(x : f32, y : f64) -> f64 {
  return sqrt!(x) as f64 + sqrt!(y);
}