log10 function

CityEngine 2024.1    |    |  

Syntax

  • float log10(x)

Parameters

  1. xfloat

Returns

Base-10 logarithm of x.

Description

The log10 function calculates the base-10 logarithm of x.

Related