Initial commit
This commit is contained in:
16
src/Scientific/Resistance.php
Normal file
16
src/Scientific/Resistance.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Scientific;
|
||||
|
||||
class Resistance extends Quantity
|
||||
{
|
||||
protected function getSymbol(): string
|
||||
{
|
||||
return 'Ω';
|
||||
}
|
||||
|
||||
protected function getName(): string
|
||||
{
|
||||
return 'ohm';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user