UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

14 lines (13 loc) 252 B
module.exports = { 'name': 'SQRT1_2', 'category': 'Constants', 'syntax': [ 'SQRT1_2' ], 'description': 'Returns the square root of 1/2, approximately equal to 0.707', 'examples': [ 'SQRT1_2', 'sqrt(1/2)' ], 'seealso': [] };