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
  • 07:40, 24 March 2025 Steve talk contribs created page Functions (Created page with " <html> <!DOCTYPE html> <html> <head> </head> <body> <!-- highlight.js for c++ syntax highlighting --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/cpp.min.js"></script> <!-- done below <script>hljs.highlightAll();</s...")
  • 07:37, 24 March 2025 Steve talk contribs moved page Functions to Functions wikifmt without leaving a redirect
  • 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