Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
float
double
float rating = 3.5f; double pi = 3.14159265358979;
float sum = 5.5f + 10.5f; float difference = 5.5f - 10.5f; float product = 5.5f * 10.5f; float quotient = 15.5f / 10.5f;
Contact support