mirror of
https://github.com/rm-dr/daisy
synced 2025-08-24 04:05:29 -07:00
Added unit support to trig functions
This commit is contained in:
@ -16,12 +16,13 @@ cross-compilation to other systems. RUG does not work on all systems.
|
||||
*/
|
||||
|
||||
mod scalar;
|
||||
pub(in crate::quantity) use crate::quantity::scalar::Scalar;
|
||||
pub use crate::quantity::scalar::Scalar;
|
||||
|
||||
|
||||
mod unit;
|
||||
pub use crate::quantity::unit::Unit;
|
||||
pub use crate::quantity::unit::FreeUnit;
|
||||
pub use crate::quantity::unit::WholeUnit;
|
||||
|
||||
mod quantity;
|
||||
pub use crate::quantity::quantity::Quantity;
|
||||
|
Reference in New Issue
Block a user