Month: January 2023

Math Types in TypeScript

Image from brgfx on Freepik Introduction The words ‘math type’ in a programming language such as Javascript or Typescript seem strange, perhaps even a bit insane. Javascript has a Number type that allows for arithmetic operations such as addition, subtraction, multiplication, and division. There is a robust coercion facility in the language that stems from the …

Math Types in TypeScript Read More »