open-spaced-repetition / fsrs-rs

FSRS for Rust, including Optimizer and Scheduler
https://crates.io/crates/fsrs
BSD 3-Clause "New" or "Revised" License
185 stars 19 forks source link

remove pow polyfill #195

Closed asukaminato0721 closed 5 months ago

asukaminato0721 commented 5 months ago

ref https://github.com/tracel-ai/burn/issues/590

Note:

the powf didn't auto broadcast, and I find the elem_count is just 1, so I use scalar here.