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