native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod exp_log;
mod helpers;
mod power;
mod roots;
mod rounding;
mod trig;

pub use exp_log::{expd, expf, lnd, lnf};
pub use power::{powd, powf};
pub use roots::{sqrtd, sqrtf};
pub use rounding::{roundd, roundf};
pub use trig::{cosd, cosf, sind, sinf, tanhd, tanhf};