我想知道一个输入有多少小数,然后使用这些信息将运算结果近似为相同的小数。例如:
example = float(input('n '))
假设输入是1.99,我如何获得小数位数(2(,然后使用它?
这里有一个简单的破解方法。
dec = len(str(example).split('.')[1])
我想知道一个输入有多少小数,然后使用这些信息将运算结果近似为相同的小数。例如:
example = float(input('n '))
假设输入是1.99,我如何获得小数位数(2(,然后使用它?
这里有一个简单的破解方法。
dec = len(str(example).split('.')[1])
javascript python java c# php android html jquery c++ css ios sql mysql arrays asp.net json python-3.x ruby-on-rails .net sql-server django objective-c excel regex ruby linux ajax iphone xml vba spring asp.net-mvc database wordpress string postgresql wpf windows xcode bash git oracle list vb.net multithreading eclipse algorithm macos powershell visual-studio image forms numpy scala function api selenium