Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 141 Bytes

Math.md

File metadata and controls

14 lines (11 loc) · 141 Bytes

Math

Math

const a = Math.max(1, 2);
const b = Math.random();
$a = max(1, 2);
$b = \Ts2Php_Helper::random();