Trigonometry.setArctanPrecision()

Sets the precision of the arctan computation by setting the number of decimals you need

Parameters

NameTypeDescription
1valuenumberan integer between 0 and 8

Return value

number

the new precision

Usage

import {Trigonometry} from '@lcluber/type6js';

Trigonometry.setArctanPrecision(2);