Skip to main content
Glama
math-log2.js246 B
'use strict'; var log = Math.log; var LN2 = Math.LN2; // `Math.log2` method // https://tc39.es/ecma262/#sec-math.log2 // eslint-disable-next-line es/no-math-log2 -- safe module.exports = Math.log2 || function log2(x) { return log(x) / LN2; };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server