This commit is contained in:
2023-04-06 10:31:02 -07:00
parent a3ada7c70c
commit b6acbcee6b
2 changed files with 1 additions and 5 deletions

View File

@ -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,