photo

Fz Wang


Last seen: 10ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
English

統計

All
  • Solver
  • First Submission
  • GitHub Submissions Level 1

バッジを表示

Feeds

表示方法

解決済み


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

2年以上 前

解決済み


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

2年以上 前

解決済み


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

2年以上 前