| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Functions | |
| _map (f, xs) | |
| angstrom (*qty) | |
| Length Wrapper Functions #. | |
| nm (*qty) | |
| micron (*qty) | |
| mm (*qty) | |
| cm (*qty) | |
| ns (*qty) | |
| Time Wrapper Functions #. | |
| microsecond (*qty) | |
| ms (*qty) | |
| second (*qty) | |
| minute (*qty) | |
| hr (*qty) | |
| day (*qty) | |
| 
 | protected | 
| jLM.units.angstrom | ( | * | qty | ) | 
Length Wrapper Functions #.
Returns a representation of a number in angstroms
Args:
    qty:
        A list or singleton of a number
 | jLM.units.cm | ( | * | qty | ) | 
Returns a representation of a number in centimeters
Args:
    qty:
        A list or singleton of a number
 | jLM.units.day | ( | * | qty | ) | 
Returns a representation of a number in days
Args:
    qty:
        A list or singleton of a number
 | jLM.units.hr | ( | * | qty | ) | 
Returns a representation of a number in hours
Args:
    qty:
        A list or singleton of a number
 | jLM.units.micron | ( | * | qty | ) | 
Returns a representation of a number in micrometers
Args:
    qty:
        A list or singleton of a number
 | jLM.units.microsecond | ( | * | qty | ) | 
Returns a representation of a number in microseconds
Args:
    qty:
        A list or singleton of a number
 | jLM.units.minute | ( | * | qty | ) | 
Returns a representation of a number in minutes
Args:
    qty:
        A list or singleton of a number
 | jLM.units.mm | ( | * | qty | ) | 
Returns a representation of a number in millimeters
Args:
    qty:
        A list or singleton of a number
 | jLM.units.ms | ( | * | qty | ) | 
Returns a representation of a number in milliseconds
Args:
    qty:
        A list or singleton of a number
 | jLM.units.nm | ( | * | qty | ) | 
Returns a representation of a number in nanometers
Args:
    qty:
        A list or singleton of a number
 | jLM.units.ns | ( | * | qty | ) | 
Time Wrapper Functions #.
Returns a representation of a number in nanoseconds
Args:
    qty:
        A list or singleton of a number
 | jLM.units.second | ( | * | qty | ) | 
Returns a representation of a number in seconds
Seems silly, but for completeness and ability to annotate the unit in code.
Args:
    qty:
        A list or singleton of a number