All public logs

From NEOSYS Dev Wiki
Jump to navigationJump to search

Combined display of all available logs of NEOSYS Dev Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:45, 30 January 2025 Steve talk contribs created page Functions (Created page with "==== Complete List of Functions ==== Generated by cli/gendoc from var.h at 29JAN2025 8:13PM ===== Math/Boolean ===== {|border="1" cellpadding="10" cellspacing="0" !Usage!!Function!!Comment |- |var=||num.<em>abs</em>()||Absolute value <syntaxhighlight lang="c++"> var(-12.34).abs(); // 12.34</syntaxhighlight> |- |var=||num.<em>pwr</em>(exponent)||Power <syntaxhighlight lang="c++"> var(2).pwr(8); // 256</syntaxhighlight> |- |var=||num.<em>rnd</em>()||Pseudo random numbe...") Tag: Visual edit: Switched