Units
HasSystem
test whether a system of units exists
Calling Sequence
Parameters
Description
Examples
HasSystem(system)
system
-
symbol; system name
The HasSystem(system) function returns true if there is a system with the name system. Otherwise, false is returned.
with⁡Units:
Automatically loading the Units[Simple] subpackage
HasSystem⁡SI
true
HasSystem⁡CGS
HasSystem⁡Cgs
false
See Also
Units/Commands
Units/Index
Units/Systems
Units[AddSystem]
Units[GetSystem]
Units[GetSystems]
Units[RemoveSystem]
Units[UseSystem]
Units[UsingSystem]
Download Help Document