2023-02-16から1日間の記事一覧

アルゴリズムと数学 036

https://atcoder.jp/contests/math-and-algorithm/tasks/abc168_csin/cosはこんな感じですね。 theta.sin() theta.cos() // : (Colon) #![allow(non_snake_case)] use std::ops::Sub; use std::f64::consts::PI; //////////////////// library /////////////…