From 6c9b609fe0fde413e31aa74e7a8dbd1aaad2d989 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 6 Apr 2016 06:16:59 -0700 Subject: [PATCH] annotate math namespace --- libs/microbit/core.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/microbit/core.d.ts b/libs/microbit/core.d.ts index 59e0e1f7..0f7f7f96 100644 --- a/libs/microbit/core.d.ts +++ b/libs/microbit/core.d.ts @@ -153,6 +153,9 @@ declare interface Number { toString(): string; } +/** + * Numbers and arithmetic operators + */ declare namespace Math { /**