dorset 0.1.0

A rust implementation of Stan Math automatic differentiation library.
Documentation
1
2
3
4
5
6
use std;
use core::types::*;

pub const ONE: Real = 1.0;
pub const ZERO: Real = 0.0;
pub const PI: Real = std::f64::consts::PI;