sum_as_string
描述
Formats the sum of two numbers as string.
函数签名
sum_as_string(a, b) -> None
参数
此函数没有参数
返回值
示例
暂无示例
Python使用示例
import numpy as np
from rust_pyfunc import sum_as_string
# 使用示例
# 请参考文档中的参数说明使用此函数
Formats the sum of two numbers as string.
sum_as_string(a, b) -> None
此函数没有参数
暂无示例
import numpy as np
from rust_pyfunc import sum_as_string
# 使用示例
# 请参考文档中的参数说明使用此函数