| String Operation | Test Input | Result |
|---|---|---|
| String.reverse | ||
| String.contains | String contains ? | |
| String.startsWith | String starts with ? | |
| String.endsWith | String ends with ? | |
| String.toArray | ||
| String.repeat | Repeat string times |
| Number Operation | Test Input | Result |
|---|---|---|
| Number.isFinite | ||
| Number.isNaN | ||
| Number.isInteger | ||
| Number.toInteger |
| Math Operation | Test Input | Result |
|---|---|---|
| Math.sinh | 1.1752011936438013 | |
| Math.cosh | 1.5430806348152437 | |
| Math.tanh | 0.7615941559557648 | |
| Math.asinh | 0.8813735870195429 | |
| Math.acosh | 0 | |
| Math.atanh | 0.10033534773107562 | |
| Math.expm1 | 0.10517091807564771 | |
| Math.log1p | 0.6931471805599453 | |
| Math.log10 | 0 | |
| Math.log2 | 0 | |
| Math.trunc | 1 | |
| Math.sign | 1 |