In Rust, it seems that the syntax for simple math expressions like sin(x)+cos(y)*sqrt(z) have to be written like x.sin()+y.cos()*z.sqrt() ...
確定! 回上一頁