pub fn serialize<S>(f: &BigFloat, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,
Serialize f to a string using given serializer.
f