Skip to content

1. Introduction

Gabriel Inzirillo edited this page May 12, 2020 · 7 revisions

🇺🇸 What is AJ_Math ?

The Math object is a single object that has some named properties, some of which are functions.

You refer to the constant pi as Math.PI and you call the sine function as Math.sin(x), where x is the method's argument.

AJ_Math can be used as a class $math:=AJ_Math.new()

🇫🇷 Qu'est-ce que AJ_Math ?

L'objet Math est un objet unique qui possède des attributs, et des fonctions.

Vous appelez la constante pi par Math.PI et la fonction sinusoïdale par Math.sin(x), où x est l'argument de la méthode.

AJ_Math peut être utiliser en tant que classe $math:=AJ_Math.new()

Clone this wiki locally