SymbolicML / DynamicQuantities.jl

Efficient and type-stable physical quantities in Julia
https://symbolicml.org/DynamicQuantities.jl/dev/
Apache License 2.0
120 stars 15 forks source link

Is there a localization for unit. #143

Open Hareshutit opened 3 weeks ago

Hareshutit commented 3 weeks ago

Hi, Is there a localization for unit?

MilesCranmer commented 3 weeks ago

Could you explain a bit more what you mean?

Hareshutit commented 3 weeks ago

Many countries have local designation of metric measurement system using symbols from their scripts, in my usage format the resulting expressions are translated into latex code, so I would like to know if this functionality is planned or implemented?

MilesCranmer commented 3 weeks ago

You can use @register_unit to add custom units if that helps?