mirror of
https://github.com/rm-dr/daisy
synced 2025-10-11 21:02:58 -07:00
Cleanup
This commit is contained in:
@ -2,7 +2,6 @@ use std::collections::VecDeque;
|
||||
|
||||
use crate::tokens::Token;
|
||||
use crate::tokens::Operator;
|
||||
//use crate::quantity::Quantity;
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
@ -12,8 +11,7 @@ pub enum Function {
|
||||
Floor,
|
||||
Ceil,
|
||||
Round,
|
||||
|
||||
// TODO: Add arbitrary log
|
||||
|
||||
NaturalLog,
|
||||
TenLog,
|
||||
|
||||
|
Reference in New Issue
Block a user