Skip to content

[WIP]Rust:f64

springroll edited this page Dec 9, 2019 · 1 revision

f64

Overview

64ビットの浮動小数点型について

Code

fn main() {
    println!("Hello, world!");
}

Detail

Clone this wiki locally