Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37c24b9

Browse files
authoredFeb 26, 2025··
Add femto..yocto prefix for autoscale (#90)
1 parent a1a6e37 commit 37c24b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/cformat.jl

+4
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ function format( x::T;
200200
end
201201
elseif T <: AbstractFloat
202202
smallscales = [
203+
( 1e-24, "y" ),
204+
( 1e-21, "z" ),
205+
( 1e-18, "a" ),
206+
( 1e-15, "f" ),
203207
( 1e-12, "p" ),
204208
( 1e-9, "n" ),
205209
( 1e-6, "μ" ),

0 commit comments

Comments
 (0)
Please sign in to comment.