Skip to main contentSkip to sidebarSkip to footer
F13.DEVFriday 13th development

Programming operations, using maths

  • Home
  • WordPress Plugins
  • Projects
  • Programming Blog
  • Photography
  • Contact
  • LinkedIn (F13Dev)
  • GitHub (F13Dev)
  • WordPress (F13Dev)
  • X (F13Dev)
  • Instagram (F13Dev)
  • F13.DEV
  • Blog Archives

Programming operations, using maths

Mathematics student

An important part of computer programming is implementing mathematic operations. Maths can be used to implement many functions in an application; be it to include functionality that is obviously maths related, or to implement functions that may not immediately appear, to the user, as a maths problem; such as calculating the window size to maintain the correct aspect ratio, or to calculate the width of a field that is to be half the width of the window.

Read more

13 July 2016 by jim


Commenting code

Scrabble blocks spelling Feedback

Code comments offer a method of annotation for the code that makes up an application, a part of an application, or simply a single line of code. When source code is compiled, or executed comments are ignored; they have no affect on the final product, the output of a method, or what a line of code produces.

Read more

7 July 2016 by jim


Table of Contents

  • Comments
Navigation
  • Home
  • WordPress Plugins
  • Projects
  • Programming Blog
  • Photography
  • Contact
  • LinkedIn (F13Dev)
  • GitHub (F13Dev)
  • WordPress (F13Dev)
  • X (F13Dev)
  • Instagram (F13Dev)
Social links
  • LinkedIn
  • GitHub
  • WordPress
  • X (twitter)
  • Instagram
  • CodersRank
Information

Code snippets are released under the GNU General Public Licence V3. Any software available for public download will contain a text version of the license of which the software is relased under.

Friday 13th Development
F13.Dev © James Valentine 2015 - 2025

Read our Privacy policy or Accessability statement.