3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
def round(precision):
|
|
. * pow(10; precision) | round / pow(10; precision);
|
|
|