mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Added support for scientific notation
This commit is contained in:
@ -176,6 +176,13 @@ fn main() -> Result<(), std::io::Error> {
|
||||
// Tests to add:
|
||||
// 3!+1
|
||||
// 3!3
|
||||
// 1e2
|
||||
// 1e-2
|
||||
// 1e0
|
||||
// 1e1.2
|
||||
// 1e(2)
|
||||
// e2e
|
||||
// 2 2e2
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
Reference in New Issue
Block a user